packages feed

void 0.6 → 0.6.1

raw patch · 2 files changed

+4/−1 lines, 2 files

Files

src/Data/Void.hs view
@@ -1,4 +1,7 @@ {-# LANGUAGE CPP #-}+#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 702+{-# LANGUAGE Trustworthy #-}+#endif  #ifdef LANGUAGE_DeriveDataTypeable {-# LANGUAGE DeriveDataTypeable #-}
void.cabal view
@@ -1,6 +1,6 @@ name:          void category:      Data Structures-version:       0.6+version:       0.6.1 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE