gnu: ghc-aws: Fix build.
* gnu/packages/haskell.scm (ghc-aws)[inputs]: Add ghc-lifted-base.
This commit is contained in:
parent
1abdefe573
commit
456d76eaf6
|
@ -9585,6 +9585,7 @@ as well as a convenient Conduit module.")
|
||||||
("ghc-data-default" ,ghc-data-default)
|
("ghc-data-default" ,ghc-data-default)
|
||||||
("ghc-http-conduit" ,ghc-http-conduit)
|
("ghc-http-conduit" ,ghc-http-conduit)
|
||||||
("ghc-http-types" ,ghc-http-types)
|
("ghc-http-types" ,ghc-http-types)
|
||||||
|
("ghc-lifted-base" ,ghc-lifted-base)
|
||||||
("ghc-monad-control" ,ghc-monad-control)
|
("ghc-monad-control" ,ghc-monad-control)
|
||||||
("ghc-network" ,ghc-network)
|
("ghc-network" ,ghc-network)
|
||||||
("ghc-old-locale" ,ghc-old-locale)
|
("ghc-old-locale" ,ghc-old-locale)
|
||||||
|
|
Loading…
Reference in New Issue