clock 0.4.1.1 → 0.4.1.2
raw patch · 1 files changed
+5/−1 lines, 1 filesdep +ghc-primdep ~base
Dependencies added: ghc-prim
Dependency ranges changed: base
Files
- clock.cabal +5/−1
clock.cabal view
@@ -1,5 +1,5 @@ name: clock-version: 0.4.1.1+version: 0.4.1.2 stability: stable synopsis: High-resolution clock functions: monotonic, realtime, cputime. description: A package for convenient access to high-resolution clock and@@ -15,6 +15,8 @@ . Derived @Generic@, @Typeable@ and other instances for @Clock@ and @TimeSpec@ was contributed by Mathieu Boespflug on 2014-09-17. .+ Corrected dependency listing for @GHC < 7.6@ was contributed by Brian McKenna on 2014-09-30.+ . [Version Scheme] Major-@/R/@-ewrite . New-@/F/@-unctionality . @/I/@-mprovementAndBugFixes . @/P/@-ackagingOnly .@@ -43,6 +45,8 @@ library+ if impl (ghc < 7.6)+ build-depends: base >= 2 && <= 5, ghc-prim build-depends: base >= 2 && <= 5 exposed-modules: System.Clock extensions: DeriveGeneric DeriveDataTypeable ForeignFunctionInterface ScopedTypeVariables