File: newer-deps

package info (click to toggle)
haskell-data-reify 0.6.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: haskell: 488; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/data-reify.cabal
+++ b/data-reify.cabal
@@ -63,7 +63,7 @@ test-suite spec
   main-is:             Spec.hs
   other-modules:       Data.ReifySpec
   build-depends:       base        >= 4    && < 5
-                     , base-compat >= 0.11 && < 0.12
+                     , base-compat >= 0.11 && < 0.14
                      , data-reify
                      , hspec       == 2.*
   build-tool-depends:  hspec-discover:hspec-discover == 2.*