packages feed

Mantissa-0.1.0.0: Mantissa.cabal

cabal-version: 2.2

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

name:           Mantissa
version:        0.1.0.0
synopsis:       Reals in the interval [0,1), as machine words
description:    Please see the README on GitHub at <https://github.com/jcranch/Mantissa#readme>
category:       Numeric
homepage:       https://github.com/jcranch/mantissa#readme
bug-reports:    https://github.com/jcranch/mantissa/issues
author:         James Cranch
maintainer:     cranch@cantab.net
copyright:      2024 James Cranch
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/jcranch/mantissa

library
  exposed-modules:
      Numeric.Mantissa
      Numeric.Mantissa.Unboxed
  other-modules:
      Paths_Mantissa
  autogen-modules:
      Paths_Mantissa
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends:
      base >=4.7 && <5
  default-language: Haskell2010

test-suite Mantissa-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Numeric.MantissaSpec
      Paths_Mantissa
  autogen-modules:
      Paths_Mantissa
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -Wwarn=missing-home-modules -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      Mantissa
    , base >=4.7 && <5
    , hspec >=2.7 && <2.12
  default-language: Haskell2010