Package: haskell-weighted-regexp / 0.3.1.1-2

Metadata

Package Version Patches format
haskell-weighted-regexp 0.3.1.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
support array 0.4 | (download)

weighted-regexp.cabal | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 compatibility with array 0.4
 This is used in GHC 7.4.1
eq constraints | (download)

src/Data/Semiring.hs | 2 1 + 1 - 0 !
src/Text/RegExp/Data.hs | 2 1 + 1 - 0 !
src/Text/RegExp/Matching.hs | 8 4 + 4 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 add eq instance constraint to semiring class
  Num no longer implies Eq, so we need this now.