packages feed

radian-0.2: radian.cabal

name:               radian
version:            0.2
license:            BSD3
license-file:       LICENCE
author:             Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
maintainer:         Tony Morris
copyright:          Copyright (C) 2014 NICTA Limited
                    Copyright (C) 2018 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.
                    Copyright (C) 2020-2021 Tony Morris
synopsis:           Isomorphisms for measurements that use radians.
category:           Development
description:
  <<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>
  .
  Isomorphisms for measurements that use radians.
homepage:           https://github.com/system-f/radian
bug-reports:        https://github.com/system-f/radian/issues
cabal-version:      >= 1.10
build-type:         Simple
extra-source-files: changelog
tested-with:        GHC == 8.6.3, GHC == 8.4.4, GHC == 8.2.2, GHC == 8.0.2, GHC == 7.10.3, GHC == 7.8.4, GHC == 7.6.3, GHC == 7.4.2, GHC == 7.2.2, GHC == 7.0.4

source-repository   head
  type:             git
  location:         git@github.com:system-f/radian.git

library
  default-language:
                    Haskell2010

  build-depends:
                      base >= 3 && < 5
                    , profunctors >= 3 && < 6

  ghc-options:
                    -Wall

  default-extensions:
                      NoImplicitPrelude

  hs-source-dirs:
                    src

  exposed-modules:
                    Data.Radian

test-suite hunit
  type:
                    exitcode-stdio-1.0

  main-is:
                    hunit_tests.hs

  default-language:
                    Haskell2010

  build-depends:
                      base >= 4.5 && < 5
                    , lens >= 4 && < 4.18
                    , HUnit >= 1.2 && < 1.7
                    , radian

  ghc-options:
                    -Wall
                    -threaded

  hs-source-dirs:
                    test