gnu: ghc-aws: Fix build.

* gnu/packages/haskell.scm (ghc-aws)[inputs]: Add ghc-lifted-base.
This commit is contained in:
Ricardo Wurmus 2018-09-30 23:10:27 +02:00
parent 1abdefe573
commit 456d76eaf6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9585,6 +9585,7 @@ (define-public ghc-aws
("ghc-data-default" ,ghc-data-default)
("ghc-http-conduit" ,ghc-http-conduit)
("ghc-http-types" ,ghc-http-types)
("ghc-lifted-base" ,ghc-lifted-base)
("ghc-monad-control" ,ghc-monad-control)
("ghc-network" ,ghc-network)
("ghc-old-locale" ,ghc-old-locale)