packages feed

numhask-range-0.2.3.1: numhask-range.cabal

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

name:           numhask-range
version:        0.2.3.1
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
author:         Tony Day
maintainer:     tonyday567@gmail.com
copyright:      Tony Day
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    stack.yaml

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

library
  exposed-modules:
      NumHask.Space
      NumHask.Range
      NumHask.RangeD
      NumHask.Rect
      NumHask.Pair
  other-modules:
      Paths_numhask_range
  hs-source-dirs:
      src
  default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      QuickCheck
    , adjunctions
    , base >=4.7 && <4.12
    , distributive
    , numhask-prelude >=0.1.0.1
    , protolude
    , semigroupoids
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: test.hs
  other-modules:
      Paths_numhask_range
  hs-source-dirs:
      test
  default-extensions: NegativeLiterals NoImplicitPrelude OverloadedStrings UnicodeSyntax
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      base >=4.7 && <5
    , doctest
    , numhask-prelude >=0.1.0.1
    , numhask-range
    , numhask-test
    , tasty
  default-language: Haskell2010