Name: crackNum Version: 2.0 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: 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 >= 0.4, 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