name: nat-sized-numbers
version: 0.2.0.0
synopsis: Variable-sized numbers from type-level nats.
description: Variable-sized numbers from type-level nats.
homepage: https://github.com/oisdk/nat-sized-numbers#readme
license: MIT
license-file: LICENSE
author: Donnacha Oisín Kidney
maintainer: mail@doisinkidney.com
copyright: 2016 Donnacha Oisín Kidney
category: Numeric
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Numeric.Sized.IntOfSize
, Numeric.Sized.WordOfSize
build-depends: base >= 4.7 && < 5
default-language: Haskell2010
ghc-options: -Wall
test-suite nat-sized-numbers-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, nat-sized-numbers
, QuickCheck >= 2.8
, smallcheck >= 1.1
, doctest >= 0.11
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/oisdk/nat-sized-numbers