packages feed

charset 0.3.4 → 0.3.5

raw patch · 3 files changed

+9/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

charset.cabal view
@@ -1,5 +1,5 @@ name:          charset-version:       0.3.4+version:       0.3.5 license:       BSD3 license-File:  LICENSE copyright:     (c) Edward Kmett 2010-2012
src/Data/CharSet.hs view
@@ -1,4 +1,8 @@ {-# OPTIONS_GHC -fspec-constr #-}+{-# LANGUAGE CPP #-}+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-}+#endif ----------------------------------------------------------------------------- -- | -- Module      :  Data.CharSet
src/Data/CharSet/ByteSet.hs view
@@ -1,4 +1,8 @@ {-# LANGUAGE BangPatterns, MagicHash #-}+{-# LANGUAGE CPP #-}+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-}+#endif ----------------------------------------------------------------------------- -- | -- Module      :  Data.CharSet.ByteSet