packages feed

numhask-range-0.1.2: numhask-range.cabal

-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack

name:           numhask-range
version:        0.1.2
synopsis:       Numbers that are range representations
description:    Numbers that represent ranges of all sorts.
category:       project
homepage:       https://github.com/tonyday567/numhask-range#readme
bug-reports:    https://github.com/tonyday567/numhask-range/issues
license:        BSD3
license-file:   LICENSE
author:         Tony Day
maintainer:     tonyday567@gmail.com
copyright:      Tony Day
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
  readme.md
  stack.yaml

source-repository head
  type: git
  location: https://github.com/tonyday567/numhask-range

library
  default-language: Haskell2010
  hs-source-dirs:
    src
  exposed-modules:
    NumHask.Space
    NumHask.Range
    NumHask.Rect
    NumHask.Pair
  other-modules:
    Paths_numhask_range
  build-depends:
    numhask >=0.1.3,
    base >=4.7 && <4.11,
    protolude >=0.1.8 && <0.3,
    QuickCheck >=2.8 && <3,
    adjunctions >=4.3 && <5,
    distributive >=0.5 && <0.6,
    semigroupoids >=5.1 && <6
  default-extensions: DeriveGeneric DeriveTraversable FlexibleContexts InstanceSigs MultiParamTypeClasses NegativeLiterals NoImplicitPrelude OverloadedStrings PatternSynonyms TypeFamilies UnicodeSyntax

test-suite test
  default-language: Haskell2010
  type: exitcode-stdio-1.0
  hs-source-dirs:
    test
  main-is: test.hs
  build-depends:
    numhask >=0.1.3,
    base >=4.7 && <5,
    doctest,
    numhask-range,
    tasty,
    tasty-quickcheck
  default-extensions: DeriveGeneric DeriveTraversable FlexibleContexts InstanceSigs MultiParamTypeClasses NegativeLiterals NoImplicitPrelude OverloadedStrings PatternSynonyms TypeFamilies UnicodeSyntax