diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-31 23:56:01 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:16 +0200 |
commit | 68dc0c294a6090db2bac109c61b2308eeffb797e (patch) | |
tree | 4e3270b1c016a2c1b6925e011ca9046b485f2e55 | |
parent | bb7d443d85a3dfc8577ae14fc5d38315c61b233b (diff) | |
download | guix-68dc0c294a6090db2bac109c61b2308eeffb797e.tar guix-68dc0c294a6090db2bac109c61b2308eeffb797e.tar.gz |
gnu: ghc-distributive: Update Cabal file to r6.
* gnu/packages/haskell.scm (ghc-distributive): Update Cabal file to r6.
[native-inputs]: Replace ghc-doctest-0.12 with ghc-doctest.
-rw-r--r-- | gnu/packages/haskell.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 8676948aa3..cac1fcddc3 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -2985,6 +2985,9 @@ modifying, and extracting files from zip archives in Haskell.") (base32 "0y566r97sfyvhsmd4yxiz4ns2mqgwf5bdbp56wgxl6wlkidq0wwi")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("6" "06bd38rf31yrvvy989r44pm0id3dsxwcp6nxg7wk6ccj3n2b8rzk"))) (inputs `(("ghc-tagged" ,ghc-tagged) ("ghc-base-orphans" ,ghc-base-orphans) @@ -2993,7 +2996,7 @@ modifying, and extracting files from zip archives in Haskell.") ("ghc-generic-deriving" ,ghc-generic-deriving))) (native-inputs `(("cabal-doctest" ,cabal-doctest) - ("ghc-doctest" ,ghc-doctest-0.12) + ("ghc-doctest" ,ghc-doctest) ("ghc-hspec" ,ghc-hspec) ("hspec-discover" ,hspec-discover))) (home-page "https://github.com/ekmett/distributive/") |