File: support-array-0.4

package info (click to toggle)
haskell-weighted-regexp 0.3.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 220 kB
  • sloc: haskell: 1,016; yacc: 113; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 795 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Compatibility with array 0.4
 This is used in GHC 7.4.1
Author: Iain Lane <laney@debian.org>
Forwarded: https://github.com/sebfisch/haskell-regexp/issues/21

Index: haskell-weighted-regexp/weighted-regexp.cabal
===================================================================
--- haskell-weighted-regexp.orig/weighted-regexp.cabal	2012-02-14 22:50:35.888585230 +0000
+++ haskell-weighted-regexp/weighted-regexp.cabal	2012-02-14 22:50:37.368525814 +0000
@@ -22,7 +22,7 @@
 Library
   Build-Tools:          happy >= 1.17
   Build-Depends:        base >= 3 && < 5,
-                        array >= 0.1 && < 0.4
+                        array >= 0.1 && < 0.5
   HS-Source-Dirs:       src
   Exposed-Modules:      Text.RegExp,
                         Text.RegExp.Matching.Leftmost,