mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue