timeprint 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+12/−8 lines, 2 filesdep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- timeprint.cabal +8/−8
ChangeLog.md view
@@ -3,3 +3,7 @@ 0.1.0.0 -- 2016-06-04 * First version. Released on an unsuspecting world.++ 0.1.0.1 -- 2016-06-04++* Support for Haskell 7.6.3 >=
timeprint.cabal view
@@ -2,15 +2,15 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: timeprint-version: 0.1.0.0+version: 0.1.0.1 synopsis: Prints timestamps after each line evaluated description: - Prints timestamps after each line evaluated in ghci.- - Use by adding `-interactive-print=Text.Show.TimePrint.timePrint` to the ghci command, or add this to your .ghci file:- - import qualified Text.Show.TimePrint- :set -interactive-print=Text.Show.TimePrint.timePrint+ Prints timestamps after each line evaluated in 'ghci'.+ .+ Use by adding `-interactive-print=Text.Show.TimePrint.timePrint` to the 'ghci' command, or add this to your '.ghci' file:+ .+ `import qualified Text.Show.TimePrint+ :set -interactive-print=Text.Show.TimePrint.timePrint` license: BSD3 license-file: LICENSE@@ -26,7 +26,7 @@ exposed-modules: Text.Show.TimePrint -- other-modules: -- other-extensions: - build-depends: base >=4.9 && <4.10, time >=1.6 && <1.7+ build-depends: base >=4.6 && <4.10, time >=1.4 && <1.7 hs-source-dirs: src default-language: Haskell2010