This package comes \"Batteries Included\" with many useful lenses for the types commonly used from the Haskell Platform, and with tools for automatically generating lenses and isomorphisms for user-supplied data types. The combinators in @Control.Lens@ provide a highly generic toolbox for composing families of getters, folds, isomorphisms, traversals, setters and lenses and their indexed variants. ok sthen@ (will be hooked to the build during the ghc update)
17 lines
610 B
Plaintext
17 lines
610 B
Plaintext
$OpenBSD: patch-lens_cabal,v 1.1.1.1 2013/07/18 20:50:19 kili Exp $
|
|
|
|
We have transformers >= 0.3, so transforms-compat isn't required.
|
|
|
|
--- lens.cabal.orig Fri Feb 15 23:47:31 2013
|
|
+++ lens.cabal Fri Jul 12 20:41:19 2013
|
|
@@ -174,8 +174,7 @@ library
|
|
mtl >= 2.0.1 && < 2.2,
|
|
split == 0.2.*,
|
|
text >= 0.11 && < 0.12,
|
|
- transformers >= 0.2 && < 0.4,
|
|
- transformers-compat >= 0.1,
|
|
+ transformers >= 0.3 && < 0.4,
|
|
unordered-containers >= 0.2 && < 0.3,
|
|
vector >= 0.9 && < 0.11
|
|
|