radian 0.1 → 0.2
raw patch · 4 files changed
+16/−9 lines, 4 filesdep ~profunctors
Dependency ranges changed: profunctors
Files
- LICENCE +1/−0
- changelog +4/−0
- radian.cabal +10/−9
- src/Data/Radian.hs +1/−0
LICENCE view
@@ -1,5 +1,6 @@ Copyright 2014 NICTA Limited Copyright 2018 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230.+Copyright 2020-2021 Tony Morris All rights reserved.
changelog view
@@ -1,3 +1,7 @@+0.2++* Update bounds+ 0.1 * Replace doctest with HUnit
radian.cabal view
@@ -1,27 +1,28 @@ name: radian-version: 0.1+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: - <<http://i.imgur.com/uZnp9ke.png>>+description:+ <<https://system-f.gitlab.io/logo/systemf-450x450.jpg>> . Isomorphisms for measurements that use radians.-homepage: https://github.com/qfpl/radian-bug-reports: https://github.com/qfpl/radian/issues+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.4.1, 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+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:qfpl/radian.git+ location: git@github.com:system-f/radian.git library default-language:@@ -29,7 +30,7 @@ build-depends: base >= 3 && < 5- , profunctors >= 3.1.1 && < 5.3+ , profunctors >= 3 && < 6 ghc-options: -Wall@@ -55,7 +56,7 @@ build-depends: base >= 4.5 && < 5- , lens >= 4 && < 4.17+ , lens >= 4 && < 4.18 , HUnit >= 1.2 && < 1.7 , radian
src/Data/Radian.hs view
@@ -4,6 +4,7 @@ {-| Module : Data.Radian Copyright : (C) CSIRO 2018+Copyright : (C) Tony Morris 2020-2021 License : BSD3 Maintainer : Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> Stability : experimental