aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-09-30 23:10:27 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:23 +0200
commit456d76eaf6583e2439ff6df19427779a2d62848c (patch)
tree5d906dcf48f18e3b42317c54448505202ce5aec7 /gnu/packages/haskell.scm
parent1abdefe573d4928ce495d0dbd877d68df776df9a (diff)
downloadguix-456d76eaf6583e2439ff6df19427779a2d62848c.tar
guix-456d76eaf6583e2439ff6df19427779a2d62848c.tar.gz
gnu: ghc-aws: Fix build.
* gnu/packages/haskell.scm (ghc-aws)[inputs]: Add ghc-lifted-base.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2dff323fce..205d2348d4 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9585,6 +9585,7 @@ as well as a convenient Conduit module.")
("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)