chronologique 0.3.0.0 → 0.3.0.1
raw patch · 3 files changed
+7/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENCE +1/−1
- chronologique.cabal +5/−3
- tests/CheckVectorOperations.hs +1/−2
LICENCE view
@@ -1,6 +1,6 @@ Time to manipulate time -Copyright © 2013-2017 Operational Dynamics Consulting, Pty Ltd and Others+Copyright © 2013-2018 Operational Dynamics Consulting, Pty Ltd and Others All rights reserved. Redistribution and use in source and binary forms, with or without
chronologique.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: chronologique-version: 0.3.0.0+version: 0.3.0.1 synopsis: Time to manipulate time description: A simple type useful for representing timestamps as generated by system@@ -21,9 +21,11 @@ license-file: LICENCE author: Andrew Cowie <andrew@operationaldynamics.com> maintainer: Andrew Cowie <andrew@operationaldynamics.com>-copyright: © 2016-2017 Operational Dynamics Consulting Pty Ltd, and Others+copyright: © 2016-2018 Operational Dynamics Consulting Pty Ltd, and Others+homepage: https://github.com/afcowie/chronologique/+bug-reports: https://github.com/afcowie/chronologique/issues category: Text-tested-with: GHC == 8.0+tested-with: GHC == 8.2 build-type: Simple
tests/CheckVectorOperations.hs view
@@ -1,7 +1,7 @@ -- -- Time to manipulate time ----- Copyright © 2013-2017 Operational Dynamics Consulting, Pty Ltd and Others+-- Copyright © 2013-2018 Operational Dynamics Consulting, Pty Ltd and Others -- -- The code in this file, and the program it is a part of, is -- made available to you by its authors as open source software:@@ -16,7 +16,6 @@ import Data.Vector.Unboxed (Vector) import qualified Data.Vector.Unboxed as V import Test.Hspec-import Test.QuickCheck import Chrono.TimeStamp