[commit: packages/deepseq] master, typeable-with-kinds: Bump version to 1.4.1.0 (6dc253b)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:36:01 UTC 2015


Repository : ssh://git@git.haskell.org/deepseq

On branches: master,typeable-with-kinds
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/6dc253b6797c638894658805290132cca5fdd889

>---------------------------------------------------------------

commit 6dc253b6797c638894658805290132cca5fdd889
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jan 15 13:39:37 2015 +0100

    Bump version to 1.4.1.0
    
    Let's use a minor bump because dropping redundant constraints is
    something that affects the type-signatures and could require to be
    detectable in client-code via `MIN_VERSION_deepseq()`.


>---------------------------------------------------------------

6dc253b6797c638894658805290132cca5fdd889
 deepseq.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deepseq.cabal b/deepseq.cabal
index a718551..ad07416 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -1,5 +1,5 @@
 name:           deepseq
-version:        1.4.0.0
+version:        1.4.1.0
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list