gnu: ghc-streaming-commons: Remove standard packages from inputs.

The "directory" and "transformers" modules are part of GHC and should
not be among the inputs to avoid conflicts.

* gnu/packages/haskell.scm (ghc-streaming-commons)[inputs]: Remove
"ghc-directory" and "ghc-transformers".
This commit is contained in:
Ricardo Wurmus 2016-10-04 15:08:22 +02:00
parent fc47c7d635
commit b376463552
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 2 deletions

View File

@ -1170,12 +1170,10 @@ version 1.3).")
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-blaze-builder" ,ghc-blaze-builder) `(("ghc-blaze-builder" ,ghc-blaze-builder)
("ghc-directory" ,ghc-directory)
("ghc-network" ,ghc-network) ("ghc-network" ,ghc-network)
("ghc-random" ,ghc-random) ("ghc-random" ,ghc-random)
("ghc-stm" ,ghc-stm) ("ghc-stm" ,ghc-stm)
("ghc-text" ,ghc-text) ("ghc-text" ,ghc-text)
("ghc-transformers" ,ghc-transformers)
("ghc-zlib" ,ghc-zlib))) ("ghc-zlib" ,ghc-zlib)))
(native-inputs (native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck) `(("ghc-quickcheck" ,ghc-quickcheck)