File: no-nats

package info (click to toggle)
haskell-wl-pprint-extras 3.5.0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 1
  • sloc: haskell: 695; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/wl-pprint-extras.cabal
+++ b/wl-pprint-extras.cabal
@@ -23,9 +23,8 @@
 library
 
   build-depends:
-    base          == 4.*,
+    base          >= 4.8     && < 5.0,
     containers    >= 0.4     && < 0.6,
-    nats          >= 0.1     && < 2,
     semigroups    >= 0.9     && < 1,
     semigroupoids >= 3       && < 6,
     utf8-string   >= 0.3.6   && < 1.1,