packages feed

Cabal revisions of crackNum-1.9

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                crackNum-Version:             1.9-Synopsis:            Crack various integer, floating-point data formats-Description:         Crack HP, SP and DP floats and 8, 16, 32, 64 bit words and integers.-                     .-                     For details, please see: <http://github.com/LeventErkok/crackNum/>-License:             BSD3-License-file:        LICENSE-Author:              Levent Erkok-Maintainer:          erkokl@gmail.com-Copyright:           Levent Erkok-Category:            Tools-Build-type:          Simple-Cabal-version:       >= 1.10-Extra-Source-Files:  INSTALL, README.md, COPYRIGHT, CHANGES.md--source-repository head-    type:       git-    location:   git://github.com/LeventErkok/crackNum.git--Executable crackNum-   main-is      : Data/Numbers/CrackNum/Main.hs-   ghc-options  : -Wall-   default-language: Haskell2010-   build-depends: base >= 4 && < 5, ieee754, data-binary-ieee754, FloatingHex >= 0.4-   other-modules: Data.Numbers.CrackNum-                , Data.Numbers.CrackNum.Utils-                , Data.Numbers.CrackNum.Data--Library-  ghc-options     : -Wall-  default-language: Haskell2010-  Build-Depends   : base >= 4 && < 5, ieee754, data-binary-ieee754, FloatingHex >= 0.4-  Exposed-modules : Data.Numbers.CrackNum-  other-modules   : Data.Numbers.CrackNum.Utils-                  , Data.Numbers.CrackNum.Data+Name:                crackNum
+Version:             1.9
+x-revision: 1
+Synopsis:            Crack various integer, floating-point data formats
+Description:         Crack HP, SP and DP floats and 8, 16, 32, 64 bit words and integers.
+                     .
+                     For details, please see: <http://github.com/LeventErkok/crackNum/>
+License:             BSD3
+License-file:        LICENSE
+Author:              Levent Erkok
+Maintainer:          erkokl@gmail.com
+Copyright:           Levent Erkok
+Category:            Tools
+Build-type:          Simple
+Cabal-version:       >= 1.10
+Extra-Source-Files:  INSTALL, README.md, COPYRIGHT, CHANGES.md
+
+source-repository head
+    type:       git
+    location:   git://github.com/LeventErkok/crackNum.git
+
+Executable crackNum
+   main-is      : Data/Numbers/CrackNum/Main.hs
+   ghc-options  : -Wall
+   default-language: Haskell2010
+   build-depends: base >= 4 && < 4.11, ieee754, data-binary-ieee754, FloatingHex >= 0.4
+   other-modules: Data.Numbers.CrackNum
+                , Data.Numbers.CrackNum.Utils
+                , Data.Numbers.CrackNum.Data
+
+Library
+  ghc-options     : -Wall
+  default-language: Haskell2010
+  Build-Depends   : base >= 4 && < 5, ieee754, data-binary-ieee754, FloatingHex >= 0.4
+  Exposed-modules : Data.Numbers.CrackNum
+  other-modules   : Data.Numbers.CrackNum.Utils
+                  , Data.Numbers.CrackNum.Data