packages feed

hw-int-0.0.0.3: hw-int.cabal

name:                   hw-int
version:                0.0.0.3
synopsis:               Integers
description:            Please see README.md
homepage:               http://github.com/haskell-works/hw-int#readme
license:                BSD3
license-file:           LICENSE
author:                 John Ky
maintainer:             newhoggy@gmail.com
copyright:              2016 John Ky
category:               Data
stability:              Experimental
build-type:             Simple
extra-source-files:     README.md
cabal-version:          >= 1.22

library
  hs-source-dirs:       src
  exposed-modules:      HaskellWorks.Data.Int
                      , HaskellWorks.Data.Int.Narrow
                      , HaskellWorks.Data.Int.Narrow.Narrow8
                      , HaskellWorks.Data.Int.Narrow.Narrow16
                      , HaskellWorks.Data.Int.Narrow.Narrow32
                      , HaskellWorks.Data.Int.Narrow.Narrow64
                      , HaskellWorks.Data.Int.Widen
                      , HaskellWorks.Data.Int.Widen.Widen8
                      , HaskellWorks.Data.Int.Widen.Widen16
                      , HaskellWorks.Data.Int.Widen.Widen32
                      , HaskellWorks.Data.Int.Widen.Widen64
  build-depends:        base                          >= 4          && < 5

  default-language:     Haskell2010
  ghc-options:          -Wall -O2

source-repository head
  type:     git
  location: https://github.com/haskell-works/hw-int