diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-10-04 15:08:22 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-10-06 14:18:21 +0200 |
commit | b376463552839285106a70780f25c4a50f19d6be (patch) | |
tree | 9a21a21556248ce83a573ceb52d911fa14ef6464 /gnu/packages/haskell.scm | |
parent | fc47c7d635e1ea65df5da8ef29cb56440835f71b (diff) | |
download | guix-b376463552839285106a70780f25c4a50f19d6be.tar guix-b376463552839285106a70780f25c4a50f19d6be.tar.gz |
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".
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index cf17c4f3d8..022cfd607a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1170,12 +1170,10 @@ version 1.3).") (build-system haskell-build-system) (inputs `(("ghc-blaze-builder" ,ghc-blaze-builder) - ("ghc-directory" ,ghc-directory) ("ghc-network" ,ghc-network) ("ghc-random" ,ghc-random) ("ghc-stm" ,ghc-stm) ("ghc-text" ,ghc-text) - ("ghc-transformers" ,ghc-transformers) ("ghc-zlib" ,ghc-zlib))) (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck) |