packages feed

simple-units-1.0.1.1: simple-units.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: 86a74ca99a7b7499b1457b5625c7a799cd079870b8c85fb735b58c6d7d53728d

name:           simple-units
version:        1.0.1.1
synopsis:       Simple arithmetic with SI units using type-checked dimensional analysis.
description:    Please see the README on GitHub at <https://github.com/groscoe/simple-units#readme>
category:       Numeric, Numerical
homepage:       https://github.com/groscoe/simple-units#readme
bug-reports:    https://github.com/groscoe/simple-units/issues
author:         Gustavo Roscoe
maintainer:     gustavo@gustavoroscoe.com
copyright:      2019 Gustavo Roscoe
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/groscoe/simple-units

library
  exposed-modules:
      Units.Simple
  other-modules:
      Units.Simple.Arithmetic
      Units.Simple.Internals
      Units.Simple.Quantity
      Units.Simple.Unit
      Paths_simple_units
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.9 && <5
    , first-class-families >=0.5 && <0.6
  default-language: Haskell2010