typehash 1.4.0.1 → 1.4.0.2
raw patch · 1 files changed
+13/−23 lines, 1 filesdep ~basedep ~syb
Dependency ranges changed: base, syb
Files
- typehash.cabal +13/−23
typehash.cabal view
@@ -1,28 +1,18 @@-Name: typehash+Name: typehash Cabal-Version: >= 1.2-Version: 1.4.0.1-License: BSD3-Author: Lennart Augustsson-Maintainer: Lennart Augustsson-Category: Reflection-Synopsis: Create a unique hash value for a type.+Version: 1.4.0.2+License: BSD3+Author: Lennart Augustsson+Maintainer: Lennart Augustsson+Category: Reflection+Synopsis: Create a unique hash value for a type. Stability: experimental-Build-type: Simple-Description: Produce a hash for a type that is unique for that type.- The hash takes both actual type names and type structure into account.- This is useful for checking the type of persisted values.--Flag base4- Description: Use base-4.*- Default: True+Build-type: Simple+Description: Produce a hash for a type that is unique for that type.+ The hash takes both actual type names and type structure into account.+ This is useful for checking the type of persisted values. Library Hs-Source-Dirs: src- Build-Depends: mtl, bytestring, pureMD5, binary- If flag(base4)- Build-Depends:- base >= 4 && < 4.4,- syb < 0.3- else- Build-Depends: base < 4- Exposed-modules: Data.TypeHash+ Build-Depends: base >= 4 && < 4.4, syb, mtl, bytestring, pureMD5, binary+ Exposed-modules: Data.TypeHash