typehash 1.0.0.0 → 1.1.0.0
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- src/Data/TypeHash.hs +1/−1
- typehash.cabal +1/−1
src/Data/TypeHash.hs view
@@ -9,7 +9,7 @@ -- -- The current implementation is not really a hash, but a string representation -- of the type structure.-module Data.TypeHash where+module Data.TypeHash(TypeHash, typeHash) where import Data.Char(isAlpha) import Control.Monad.State import Data.Generics
typehash.cabal view
@@ -1,5 +1,5 @@ Name: typehash-Version: 1.0.0.0+Version: 1.1.0.0 License: BSD3 Author: Lennart Augustsson Maintainer: Lennart Augustsson