clock 0.4.1.2 → 0.4.1.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- clock.cabal +5/−5
clock.cabal view
@@ -1,5 +1,5 @@ name: clock-version: 0.4.1.2+version: 0.4.1.3 stability: stable synopsis: High-resolution clock functions: monotonic, realtime, cputime. description: A package for convenient access to high-resolution clock and@@ -15,7 +15,7 @@ . 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.+ Corrected dependency listing for @GHC < 7.6@ was contributed by Brian McKenna on 2014-09-30, fixed by Mihaly Barasz on 2014-10-02. . [Version Scheme] Major-@/R/@-ewrite . New-@/F/@-unctionality . @/I/@-mprovementAndBugFixes . @/P/@-ackagingOnly@@ -45,8 +45,8 @@ library- if impl (ghc < 7.6)- build-depends: base >= 2 && <= 5, ghc-prim+ 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@@ -54,6 +54,6 @@ include-dirs: csec install-includes: clock.h ghc-options: -O2 -Wall- + if flag(llvm) ghc-options: -fllvm -optlo-O3