Skip to content

Commit

Permalink
Sync w/ deepseq-generics-0.2.0.0-r5
Browse files Browse the repository at this point in the history
Resolves #8
  • Loading branch information
hvr committed Apr 14, 2020
1 parent 8f97ab5 commit 2dfb265
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions deepseq-generics.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: deepseq-generics
version: 0.2.0.0
x-revision: 5

synopsis: GHC.Generics-based Control.DeepSeq.rnf implementation
homepage: https://github.com/hvr/deepseq-generics
bug-reports: https://github.com/hvr/deepseq-generics/issues
Expand Down Expand Up @@ -42,7 +44,7 @@ source-repository head
library
default-language: Haskell2010
exposed-modules: Control.DeepSeq.Generics
build-depends: base >= 4.5 && < 4.14, ghc-prim >= 0.2 && < 0.6, deepseq >= 1.2.0.1 && < 1.5
build-depends: base >= 4.5 && < 4.15, ghc-prim >= 0.2 && < 0.7, deepseq >= 1.2.0.1 && < 1.5
other-extensions: BangPatterns, FlexibleContexts, TypeOperators
ghc-options: -Wall

Expand All @@ -60,6 +62,6 @@ test-suite deepseq-generics-tests
deepseq-generics,
ghc-prim,
-- end of packages with inherited version constraints
test-framework,
test-framework-hunit,
HUnit
test-framework >= 0.6.1 && < 0.9,
test-framework-hunit >= 0.2.2 && < 0.9,
HUnit >= 1.2.5 && < 1.7

0 comments on commit 2dfb265

Please sign in to comment.