charset 0.3.1.3 → 0.3.2
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/CharSet.hs +3/−3
- charset.cabal +1/−1
Data/CharSet.hs view
@@ -275,10 +275,10 @@ typeOf _ = mkTyConApp charSetTyCon [] charSetTyCon :: TyCon-#if !MIN_VERSION_base(4,4,0)-charSetTyCon = mkTyCon "Data.CharSet.CharSet"-#else+#if MIN_VERSION_base(4,4,0) charSetTyCon = mkTyCon3 "charset" "Data.CharSet" "CharSet"+#else+charSetTyCon = mkTyCon "Data.CharSet.CharSet" #endif {-# NOINLINE charSetTyCon #-}
charset.cabal view
@@ -1,5 +1,5 @@ name: charset-version: 0.3.1.3+version: 0.3.2 license: BSD3 license-File: LICENSE copyright: (c) Edward Kmett 2010-2012