nf 1.0.0.2 → 1.0.0.3
raw patch · 3 files changed
+3/−3 lines, 3 filesdep ~base
Dependency ranges changed: base
Files
- Data/NF.hs +1/−1
- Data/NF/Internal.hs +1/−1
- nf.cabal +1/−1
Data/NF.hs view
@@ -1,5 +1,5 @@ {-# LANGUAGE CPP #-}-#if __GLASGOW_HASKELL__ >= 702+#if __GLASGOW_HASKELL__ >= 704 {-# LANGUAGE Safe #-} #endif -----------------------------------------------------------------------------
Data/NF/Internal.hs view
@@ -1,5 +1,5 @@ {-# LANGUAGE CPP #-}-#if __GLASGOW_HASKELL__ >= 702+#if __GLASGOW_HASKELL__ >= 704 {-# LANGUAGE Safe #-} #endif -----------------------------------------------------------------------------
nf.cabal view
@@ -1,5 +1,5 @@ name: nf-version: 1.0.0.2+version: 1.0.0.3 synopsis: NF data type to statically enforce normal form description: This package provides a data type NF representing data which has been evaluated to normal form. This