[commit: packages/deepseq] master: Drop redundant `ghc-prim` dependency (cdfcdee)

git at git.haskell.org git at git.haskell.org
Fri Mar 20 09:31:46 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/cdfcdee14ce9071bbfbddf0007df8aee8015da48

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

commit cdfcdee14ce9071bbfbddf0007df8aee8015da48
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Mar 19 23:39:36 2015 +0100

    Drop redundant `ghc-prim` dependency


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

cdfcdee14ce9071bbfbddf0007df8aee8015da48
 changelog.md  | 6 +++++-
 deepseq.cabal | 4 +---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/changelog.md b/changelog.md
index e21fb5d..0f8a14d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,8 +1,12 @@
 # Changelog for [`deepseq` package](http://hackage.haskell.org/package/deepseq)
 
-## 1.4.1.0  *Mar 2015*
+## 1.4.1.1  *Mar 2015*
 
   * Bundled with GHC 7.10.1
+  * Drop redundant `ghc-prim` dependency
+
+## 1.4.1.0  *Mar 2015*
+
   * Drop redundant constraints from a few `NFData` instances (if
     possible for a given `base` version)
 
diff --git a/deepseq.cabal b/deepseq.cabal
index ad07416..8c0a391 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -1,5 +1,5 @@
 name:           deepseq
-version:        1.4.1.0
+version:        1.4.1.1
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE
@@ -44,8 +44,6 @@ library
       Safe
       TypeOperators
 
-    build-depends: ghc-prim >= 0.2 && < 0.4
-
   build-depends: base       >= 4.3 && < 4.9,
                  array      >= 0.3 && < 0.6
   ghc-options: -Wall



More information about the ghc-commits mailing list