crackNum-1.7: crackNum.cabal
Name: crackNum
Version: 1.7
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.2
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.2
Exposed-modules : Data.Numbers.CrackNum
other-modules : Data.Numbers.CrackNum.Utils
, Data.Numbers.CrackNum.Data