charset 0.3.0.1 → 0.3.1
raw patch · 2 files changed
+4/−9 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Data/CharSet.hs +2/−2
- charset.cabal +2/−7
Data/CharSet.hs view
@@ -275,8 +275,8 @@ typeOf _ = mkTyConApp charSetTyCon [] charSetTyCon :: TyCon-#ifdef OLD_TYPEABLE-charSetTyCon = mkTyCon "Data.CharSet.harSet"+#if !MIN_VERSION_base(4,4,0)+charSetTyCon = mkTyCon "Data.CharSet.CharSet" #else charSetTyCon = mkTyCon3 "charset" "Data.CharSet" "CharSet" #endif
charset.cabal view
@@ -1,5 +1,5 @@ name: charset-version: 0.3.0.1+version: 0.3.1 license: BSD3 license-File: LICENSE copyright: (c) Edward Kmett 2010-2012@@ -25,13 +25,8 @@ extensions: CPP other-extensions: MagicHash, BangPatterns - if flag(OldTypeable)- build-depends: base >= 4.0 && < 4.4- cpp-options: -DOLD_TYPEABLE- else - build-depends: base >= 4.4 && < 5- build-depends:+ base >= 4 && < 5, array >= 0.2 && < 0.5, bytestring >= 0.9.2.1 && < 0.10, containers >= 0.2 && < 0.5,