packages feed

permutation 0.5.0.2 → 0.5.0.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

lib/Data/Permute/MPermute.hs view
@@ -78,7 +78,7 @@  import Control.Monad import Control.Monad.ST-#if __GLASGOW_HASKELL__ > 762+#if __GLASGOW_HASKELL__ >= 78 import Control.Monad.ST.Unsafe #endif import Data.Function( on )
permutation.cabal view
@@ -1,5 +1,5 @@ name:            permutation-version:         0.5.0.2+version:         0.5.0.3 homepage:        https://github.com/spacekitteh/permutation synopsis:        A library for permutations and combinations. description: