File: newer-deps

package info (click to toggle)
haskell-show-combinators 0.2.0.0-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: haskell: 116; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: b/show-combinators.cabal
===================================================================
--- a/show-combinators.cabal
+++ b/show-combinators.cabal
@@ -1,5 +1,6 @@
 name:                show-combinators
 version:             0.2.0.0
+x-revision: 2
 synopsis:            Combinators to write Show instances
 description:
   A minimal pretty-printing library for Show instances in Haskell.
@@ -20,8 +21,8 @@ library
   exposed-modules:
     Text.Show.Combinators
   build-depends:
-    -- This upper bound is conservative
-    base >= 4.8 && < 4.14
+    -- This upper bound is not conservative
+    base >= 4.8 && < 5
   ghc-options:         -Wall
   default-language:    Haskell2010