tickle 0.0.4 → 0.0.5
raw patch · 4 files changed
+9/−7 lines, 4 filesdep ~base
Dependency ranges changed: base
Files
- changelog +4/−0
- src/Data/Tickle/IsolateError.hs +0/−1
- src/Data/Tickle/RunGetResult.hs +0/−1
- tickle.cabal +5/−5
changelog view
@@ -1,3 +1,7 @@+0.0.5++* Remove {-# LANGUAGE Safe #-} because validation-0.5.2 removed Safe.+ 0.0.4 * Fix bug in float64* parsers (Float -> Double)
src/Data/Tickle/IsolateError.hs view
@@ -1,5 +1,4 @@ {-# LANGUAGE NoImplicitPrelude #-}-{-# LANGUAGE Safe #-} module Data.Tickle.IsolateError( -- * Data type
src/Data/Tickle/RunGetResult.hs view
@@ -1,5 +1,4 @@ {-# LANGUAGE NoImplicitPrelude #-}-{-# LANGUAGE Safe #-} module Data.Tickle.RunGetResult( -- * Data type
tickle.cabal view
@@ -1,25 +1,25 @@ name: tickle-version: 0.0.4+version: 0.0.5 license: BSD3 license-file: LICENSE author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> maintainer: Tony Morris-copyright: Copyright (C) 2014 NICTA Limited+copyright: Copyright (C) 2014,2015 NICTA Limited synopsis: A port of @Data.Binary@ category: Data description: <<http://i.imgur.com/Ns5hntl.jpg>> . A port of @Data.Binary@ that tightens up data types and parameterises error messages-homepage: https://github.com/nicta/tickle-bug-reports: https://github.com/nicta/tickle/issues+homepage: https://github.com/NICTA/tickle+bug-reports: https://github.com/NICTA/tickle/issues cabal-version: >= 1.10 build-type: Custom extra-source-files: changelog, etc/ATTRIBUTIONS source-repository head type: git- location: git@github.com:nicta/tickle.git+ location: git@github.com:NICTA/tickle.git flag small_base description: Choose the new, split-up base package.