void 0.2 → 0.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Data/Void.hs +1/−1
- void.cabal +1/−1
Data/Void.hs view
@@ -9,7 +9,7 @@ -- Portability : portable -- -----------------------------------------------------------------------------module Data.Void where+module Data.Void (Void, void) where newtype Void = Void Void deriving (Eq,Ord,Show,Read)
void.cabal view
@@ -1,6 +1,6 @@ name: void category: Data Structures-version: 0.2+version: 0.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE