permutation 0.5.0.1 → 0.5.0.2
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- lib/Data/IntArray.hs +2/−1
- permutation.cabal +1/−1
lib/Data/IntArray.hs view
@@ -1,3 +1,4 @@+ {-# LANGUAGE MagicHash, UnboxedTuples, CPP #-} {-# OPTIONS_GHC -funbox-strict-fields #-} -----------------------------------------------------------------------------@@ -39,7 +40,7 @@ import GHC.ST import Foreign( sizeOf ) -#if __GLASGOW_HASKELL__ > 762+#if __GLASGOW_HASKELL__ >= 78 import GHC.Exts (isTrue#) isTrue = isTrue#
permutation.cabal view
@@ -1,5 +1,5 @@ name: permutation-version: 0.5.0.1+version: 0.5.0.2 homepage: https://github.com/spacekitteh/permutation synopsis: A library for permutations and combinations. description: