diff options
author | rsiddharth <s@ricketyspace.net> | 2017-10-18 03:07:33 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-22 15:32:15 -0700 |
commit | 8184b0f98cc60703aebbacb82b0698efd392dffc (patch) | |
tree | 07a81943708f5ce4d62568c6ae411ab0afc963b1 /gnu | |
parent | 608bf276d745fdb10c6f5a8dc90acdcd08699d53 (diff) | |
download | patches-8184b0f98cc60703aebbacb82b0698efd392dffc.tar patches-8184b0f98cc60703aebbacb82b0698efd392dffc.tar.gz |
gnu: ghc-base-orphans: Update to 0.6.
* gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 199617edbc..490d61453a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -4283,7 +4283,7 @@ command line options in Haskell.") (define-public ghc-base-orphans (package (name "ghc-base-orphans") - (version "0.4.4") + (version "0.6") (source (origin (method url-fetch) @@ -4293,7 +4293,7 @@ command line options in Haskell.") ".tar.gz")) (sha256 (base32 - "0hhgpwjvx7jhvlhsygmmf0q5hv2ymijzz4bjilicw99bmv13qcpl")))) + "03mdww5j0gwai7aqlx3m71ldmjcr99jzpkcclzjfclk6a6kjla67")))) (build-system haskell-build-system) (native-inputs `(("ghc-quickcheck" ,ghc-quickcheck) |