name: nat-sized-numbers
version: 0.3.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.6 && <5
, deepseq >=1.4
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 >= 4.6 && <5
, nat-sized-numbers >=0.1.0.0
, hedgehog >=0.1
, QuickCheck >=1.0
, doctest >=0.3.0
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/oisdk/nat-sized-numbers