diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 14:31:22 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:33 -0500 |
commit | a06613eaaf0ad34c77d4fc3a782ddcc5b329a8bc (patch) | |
tree | 01bd2e984cffcc674ac6cb69e9810eb665c113e4 | |
parent | d35ffd39215151dad8af4c899c57b06dea57b463 (diff) | |
download | patches-a06613eaaf0ad34c77d4fc3a782ddcc5b329a8bc.tar patches-a06613eaaf0ad34c77d4fc3a782ddcc5b329a8bc.tar.gz |
gnu: ghc-path-io: Update to 1.4.2.
* gnu/packages/haskell-xyz.scm (ghc-path-io): Update to 1.4.2.
[arguments]: Remove '#:cabal-revision'.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index b774fd3078..f692b8d7b9 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -7586,7 +7586,7 @@ invariants.") (define-public ghc-path-io (package (name "ghc-path-io") - (version "1.3.3") + (version "1.4.2") (source (origin (method url-fetch) @@ -7596,7 +7596,7 @@ invariants.") ".tar.gz")) (sha256 (base32 - "1g9m3qliqjk1img894wsb89diym5zrq51qkkrwhz4sbm9a8hbv1a")))) + "0jqx3mi4an4kb3kg78n1p3xrz832yrfrnvj795b0xhkv6h1z5ir3")))) (build-system haskell-build-system) (inputs `(("ghc-dlist" ,ghc-dlist) @@ -7607,9 +7607,6 @@ invariants.") ("ghc-temporary" ,ghc-temporary))) (native-inputs `(("ghc-hspec" ,ghc-hspec))) - (arguments - `(#:cabal-revision - ("3" "1h9hsibbflkxpjl2fqamqiv3x3gasf51apnmklrs9l9x8r32hzcc"))) (home-page "https://github.com/mrkkrp/path-io") (synopsis "Functions for manipulating well-typed paths") |