crackNum-2.3: crackNum.cabal
Name: crackNum
Version: 2.3
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
Homepage: http://github.com/LeventErkok/CrackNum
Maintainer: erkokl@gmail.com
Copyright: Levent Erkok
Category: Tools
Build-type: Simple
Cabal-version: 1.14
Extra-Source-Files: INSTALL, README.md, COPYRIGHT, CHANGES.md, crackNum.vim
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, array >= 0.4.0.1, FloatingHex >= 0.4
other-modules: Data.Numbers.CrackNum
, Data.Numbers.CrackNum.Utils
, Data.Numbers.CrackNum.Data
, Paths_crackNum
Library
ghc-options : -Wall
default-language: Haskell2010
Build-Depends : base >= 4 && < 5, array >= 0.4.0.1, FloatingHex >= 0.4
Exposed-modules : Data.Numbers.CrackNum
other-modules : Data.Numbers.CrackNum.Utils
, Data.Numbers.CrackNum.Data