File: newer-deps

package info (click to toggle)
haskell-data-tree-print 0.1.0.2-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: haskell: 113; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/data-tree-print.cabal
+++ b/data-tree-print.cabal
@@ -36,7 +36,7 @@
 library
   exposed-modules:     DataTreePrint
   build-depends:
-    { base >=4.8 && <4.13
+    { base >=4.8 && <5
     , pretty >=1.1 && <1.2
     , syb >=0.6 && <0.8
     }