diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 09:41:50 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:47:59 -0500 |
commit | 7ae528671749ab906b5531d1f7a6ca2c9199dc7a (patch) | |
tree | 37c4034044569bb9fffcc764d46a7180eada8f07 | |
parent | 7683a084bc3aefd8309913ef037cd1a3545baa62 (diff) | |
download | guix-7ae528671749ab906b5531d1f7a6ca2c9199dc7a.tar.gz |
gnu: ghc-microlens-th: Update to 0.4.2.3.
* gnu/packages/haskell-xyz.scm (ghc-microlens-th): Update to 0.4.2.3. [arguments]: Set Cabal file to r1.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 7380cdfab6..d7386f591e 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -6291,7 +6291,7 @@ readme @uref{https://github.com/aelve/microlens#readme, on Github}.") (define-public ghc-microlens-th (package (name "ghc-microlens-th") - (version "0.4.2.2") + (version "0.4.2.3") (source (origin (method url-fetch) @@ -6300,8 +6300,11 @@ readme @uref{https://github.com/aelve/microlens#readme, on Github}.") "microlens-th-" version ".tar.gz")) (sha256 (base32 - "02nj7lnl61yffi3c6wn341arxhld5r0vj6nzcb5zmqjhnqsv8c05")))) + "13qw0pwcgd6f6i39rwgqwcwk1d4da5x7wv3gna7gdlxaq331h41j")))) (build-system haskell-build-system) + (arguments + `(#:cabal-revision + ("1" "167in7b1qhgrspx81bdm2jyg9qji66sk7id282c0s99kmp0d01n6"))) (inputs `(("ghc-microlens" ,ghc-microlens) ("ghc-th-abstraction" ,ghc-th-abstraction))) (home-page |