packages feed

hafar-0.1.1.0: hafar.cabal

cabal-version: 1.12

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

name:           hafar
version:        0.1.1.0
synopsis:       Affine arithmetic library for Haskell
description:    Hafar is an affine arithmetic library for Haskell. It is an efficient way to work with ranges of values or imprecise values.
category:       Numeric
homepage:       https://github.com/Soupstraw/hafar#readme
bug-reports:    https://github.com/Soupstraw/hafar/issues
author:         Joosep Jääger
maintainer:     Joosep Jääger
copyright:      2019 Joosep Jääger
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/Soupstraw/hafar

library
  exposed-modules:
      Numeric.AffineForm
      Numeric.AffineForm.ExplicitRounding
      Numeric.AffineForm.Subdivision
  other-modules:
      Numeric.AffineForm.Utils
      Numeric.AffineForm.Internal
  hs-source-dirs:
      src
  build-depends:
      base >=4.12 && <4.13
    , intervals >=0.8 && <0.9
    , mtl >=2.2 && <2.3
  default-language: Haskell2010

test-suite hafar-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Numeric.AffineForm
      Numeric.AffineForm.Internal
      Numeric.AffineForm.Utils
      Numeric.AffineForm.ExplicitRounding
      Numeric.AffineForm.Subdivision
  hs-source-dirs:
      test
      src
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck >=2.13 && <2.14
    , base >=4.12 && <4.13
    , hafar
    , intervals >=0.8 && <0.9
    , mtl >=2.2 && <2.3
  default-language: Haskell2010