diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-03 21:08:30 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:47 -0500 |
commit | b867c2b05115f91fdb6f2561f9fee6775b31797f (patch) | |
tree | a006044de9e1d31ae24a544afde323184ec1bc72 /gnu/packages/haskell-xyz.scm | |
parent | 7c4ac0ad0da55269b3a15ad4e6fe96bb07554211 (diff) | |
download | patches-b867c2b05115f91fdb6f2561f9fee6775b31797f.tar patches-b867c2b05115f91fdb6f2561f9fee6775b31797f.tar.gz |
gnu: ghc-sandi: Update to 0.5.
* gnu/packages/haskell-xyz.scm (ghc-sandi): Update to 0.5.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index c87d253a0c..7d3c94c432 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9204,7 +9204,7 @@ are not exception safe and can be broken by @code{killThread}.") (define-public ghc-sandi (package (name "ghc-sandi") - (version "0.4.2") + (version "0.5") (source (origin (method url-fetch) @@ -9213,7 +9213,7 @@ are not exception safe and can be broken by @code{killThread}.") version ".tar.gz")) (sha256 (base32 - "0dvkpk91n9kz2ha04rvp231ra9sgd1ilyc1qkzf9l03iir7zrh9b")))) + "1ndgai8idlxyccvkz5zsgq06v58blc30i6hkky5b1sf5x6gs2h29")))) (build-system haskell-build-system) (inputs `(("ghc-stringsearch" ,ghc-stringsearch) |