aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-30 10:53:19 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:10 +0200
commitc325dde2702540332d30b5525be1dc1441dd0281 (patch)
tree54d79f7f8ea9ca5c8fb68a8bc6f31dff7fe96fe4 /gnu
parentf871a555026b94e2f3a34ae9410388a1ce0368ac (diff)
downloadguix-c325dde2702540332d30b5525be1dc1441dd0281.tar.gz
guix-c325dde2702540332d30b5525be1dc1441dd0281.zip
gnu: ghc-utf8-string: Update Cabal file to r3.
* gnu/packages/haskell.scm (ghc-utf8-string): Update Cabal file to r3. [arguments]: Remove unneeded "--allow-newer" configure flag.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 32a530853e..d8cb73c83a 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1903,7 +1903,8 @@ configuration. This library provides the common bits for writing custom
(base32 "0h7imvxkahiy8pzr8cpsimifdfvv18lizrb33k6mnq70rcx9w2zv"))))
(build-system haskell-build-system)
(arguments
- `(#:configure-flags (list "--allow-newer=base")))
+ `(#:cabal-revision
+ ("3" "02vhj5gykkqa2dyn7s6gn8is1b5fdn9xcqqvlls268g7cpv6rk38")))
(home-page "https://github.com/glguy/utf8-string/")
(synopsis "Support for reading and writing UTF8 Strings")
(description