File: newer-deps

package info (click to toggle)
haskell-newtype-generics 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: haskell: 299; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/newtype-generics.cabal
===================================================================
--- a/newtype-generics.cabal
+++ b/newtype-generics.cabal
@@ -1,5 +1,6 @@
 Name:                newtype-generics
 Version:             0.6.2
+x-revision: 2
 Synopsis:            A typeclass and set of functions for working with newtypes
 Description:         Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype,
                      and allows you to operate under that newtype with functions such as ala.
@@ -26,7 +27,7 @@ Tested-with:
 
 Library
   Exposed-modules:     Control.Newtype.Generics
-  Build-depends:       base >= 4.9 && < 4.17
+  Build-depends:       base >= 4.9 && < 4.19
   Ghc-options: -Wall
   default-language:   Haskell2010