File: newer-data-default-class

package info (click to toggle)
haskell-pointed 5-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 100 kB
  • sloc: haskell: 377; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/pointed.cabal
+++ b/pointed.cabal
@@ -61,7 +61,7 @@ flag unordered-containers
 
 library
   build-depends: base >= 4 && < 5,
-                 data-default-class >= 0.0.1 && < 0.1
+                 data-default-class >= 0.0.1 && < 0.2
 
   if flag(comonad)
     build-depends: comonad >= 5 && < 6