packages feed

largeword-1.2.2: largeword.cabal

name:           largeword
version:        1.2.2
license:        BSD3
copyright:      Dominic Steinitz <dominic@steinitz.org>
author:         Dominic Steinitz <dominic@steinitz.org>
maintainer:     Dominic Steinitz <dominic@steinitz.org>
description:    Provides Word128, Word192 and Word256 and a way of producing other large words if required.
synopsis:       Provides Word128, Word192 and Word256 and a way of producing other large words if required.
homepage:       https://github.com/idontgetoutmuch/largeword
category:       Data
stability:      stable
build-type:     Simple
cabal-version:  >= 1.9.2
tested-with:    GHC == 7.6.2, GHC == 7.8.2
-- Tests/Properties.hs shouldn't have to go here, but the source files
-- for the test-suite stanzas don't get picked up by `cabal sdist`.
Extra-source-files: Tests/Properties.hs

source-repository head
    type:     git
    location: https://github.com/idontgetoutmuch/largeword

Library
  Build-Depends:   base >= 4.0 && < 5,
                   binary
  exposed-modules: Data.LargeWord

Test-suite tests
  Type: exitcode-stdio-1.0
  Hs-source-dirs: Tests
  Main-is: Properties.hs
  Build-depends: base >= 4.0 && < 5,
                 binary,
                 bytestring,
                 test-framework >= 0.3.3 && < 0.9,
                 test-framework-quickcheck2 >= 0.2.9 && < 0.4,
                 test-framework-hunit >= 0.2.6 && < 0.4,
                 QuickCheck >= 2.4.0.1,
                 HUnit >= 1.2.2.3,
                 largeword == 1.2.2