[commit: packages/process] master, wip/issue15: Bump upper bound of `deepseq` (bc5f234)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:37:07 UTC 2015


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

On branches: master,wip/issue15
Link       : http://ghc.haskell.org/trac/ghc/changeset/bc5f2348b982d9e86bf2f15065187a0ba535a1a3/process

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

commit bc5f2348b982d9e86bf2f15065187a0ba535a1a3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Nov 14 18:16:39 2014 +0100

    Bump upper bound of `deepseq`
    
    `process` doesn't define any `NFData` instances of its own, so isn't affected
    by the changes in `deepseq-1.4.0.0`.


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

bc5f2348b982d9e86bf2f15065187a0ba535a1a3
 process.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process.cabal b/process.cabal
index 0afdca7..f42d3c4 100644
--- a/process.cabal
+++ b/process.cabal
@@ -60,7 +60,7 @@ library
     build-depends: base      >= 4.4 && < 4.9,
                    directory >= 1.1 && < 1.3,
                    filepath  >= 1.2 && < 1.4,
-                   deepseq   >= 1.1 && < 1.4
+                   deepseq   >= 1.1 && < 1.5
     if os(windows)
         build-depends: Win32 >=2.2 && < 2.4
         extra-libraries: kernel32



More information about the ghc-commits mailing list