permutation 0.5.0.3 → 0.5.0.4
raw patch · 3 files changed
+3/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- lib/Data/IntArray.hs +1/−1
- lib/Data/Permute/MPermute.hs +1/−1
- permutation.cabal +1/−1
lib/Data/IntArray.hs view
@@ -40,7 +40,7 @@ import GHC.ST import Foreign( sizeOf ) -#if __GLASGOW_HASKELL__ >= 78+#if __GLASGOW_HASKELL__ >= 708 import GHC.Exts (isTrue#) isTrue = isTrue#
lib/Data/Permute/MPermute.hs view
@@ -78,7 +78,7 @@ import Control.Monad import Control.Monad.ST-#if __GLASGOW_HASKELL__ >= 78+#if __GLASGOW_HASKELL__ >= 708 import Control.Monad.ST.Unsafe #endif import Data.Function( on )
permutation.cabal view
@@ -1,5 +1,5 @@ name: permutation-version: 0.5.0.3+version: 0.5.0.4 homepage: https://github.com/spacekitteh/permutation synopsis: A library for permutations and combinations. description: