packages feed

regex-tdfa 1.2.0 → 1.2.1

raw patch · 1 files changed

+3/−2 lines, 1 files

Files

regex-tdfa.cabal view
@@ -1,5 +1,5 @@ Name:                   regex-tdfa-Version:                1.2.0+Version:                1.2.1 -- 0.99.4 tests pnonempty' = \ p -> POr [ PEmpty, p ] instead of PNonEmpty -- 0.99.5 remove PNonEmpty constructor -- 0.99.6 change to nested nonEmpty calls for PBound@@ -47,6 +47,7 @@ -- 1.1.7 fix url below -- 1.1.8 Make ghc-7.0.2 on platorm 2011.2.0.0.0 happy -- 1.2.0 "Almost ghc-7.8" with the array 0.4 changes for Data.Array.Unsafe+-- 1.2.1 Get Build-Depends from "Mon Jun 15 14:24:28 UTC 2015 by AdamBergmark to revision 1" License:                BSD3 License-File:           LICENSE Copyright:              Copyright (c) 2007, Christopher Kuklewicz@@ -67,7 +68,7 @@ library    Build-Depends:        regex-base >= 0.93.1, parsec, mtl, containers, array >= 0.4, bytestring   if flag(base4)-    Build-Depends:      base >= 4.0 && < 5, ghc-prim+    Build-Depends:      base >= 4 && < 5, base >= 4.4 || < 4.4, ghc-prim   else     Build-Depends:      base < 4.0