We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3451eec commit 41248a3Copy full SHA for 41248a3
xml-lens.cabal
@@ -25,13 +25,8 @@ library
25
ghc-options: -Wall
26
exposed-modules: Text.XML.Lens
27
build-depends: base ==4.*
28
+ , case-insensitive
29
+ , containers >= 0.4.0 && < 0.8
30
, lens >= 4.0 && < 5.4
- , containers >= 0.4.0 && < 0.7
-<<<<<<< allow-text-2-1
31
, text >= 0.7 && < 1.3 || >= 2 && < 2.2
32
- , xml-conduit >= 1.1 && < 1.10
33
-=======
34
- , text >= 0.7 && < 1.3 || >= 2 && < 2.1
35
, xml-conduit >= 1.1 && < 1.11
36
->>>>>>> master
37
- , case-insensitive
0 commit comments