rg-1.4.0.0: rg.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 060212b167859fbe8d92941f929e6822703c3a216e19897307f2a2cfad98276a
name: rg
version: 1.4.0.0
synopsis: A dynamic/unbounded alternative to Bounded Enum
description: Please see the README on GitHub at <https://github.com/cdornan/rg#readme>
category: Types
homepage: https://github.com/cdornan/rg#readme
bug-reports: https://github.com/cdornan/rg/issues
author: Chris Dornan
maintainer: chris.dornan@irisconnect.co.uk
copyright: 2019 Chris Dornan
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/cdornan/rg
library
exposed-modules:
Data.Rg
other-modules:
Paths_rg
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
array
, base >=4.8 && <5
, fmt >=0.4.0.0
, possibly
, text >=1.2
, unordered-containers >=0.2.0.0
, vector >=0.11.0.0
default-language: Haskell2010
test-suite nike-test
type: exitcode-stdio-1.0
main-is: test.hs
other-modules:
Paths_rg
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts
build-depends:
array
, base >=4.8 && <5
, fmt >=0.4.0.0
, possibly
, rg
, tasty
, tasty-hunit
, text >=1.2
, unordered-containers >=0.2.0.0
, vector >=0.11.0.0
default-language: Haskell2010