bits 0.2 → 0.2.1
raw patch · 3 files changed
+8/−1 lines, 3 files
Files
- CHANGELOG.markdown +4/−0
- bits.cabal +1/−1
- src/Data/Bits/Extras.hs +3/−0
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.2.1+-----+* Claim to be Trustworthy+ 0.2 --- * Crippled to work with `bytes` 0.7, so we can work with `binary >= 0.6`.
bits.cabal view
@@ -1,6 +1,6 @@ name: bits category: Data, Serialization-version: 0.2+version: 0.2.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE
src/Data/Bits/Extras.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP, ForeignFunctionInterface, MagicHash, UnboxedTuples, BangPatterns #-}+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-}+#endif -------------------------------------------------------------------- -- | -- Copyright : (c) Edward Kmett 2013