blob: 3cdfd461bfdbb6e1383d3016cbd0ace8e3ccf696 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- ./snap.cabal.orig 2014-07-03 21:45:03.000000000 +0200
+++ ./snap.cabal 2014-07-29 12:40:27.405965571 +0200
@@ -186,7 +186,7 @@
else
build-depends:
base >= 4.4 && < 5,
- lens >= 3.7.6 && < 4.2
+ lens >= 3.7.6 && < 4.4
extensions:
BangPatterns,
@@ -236,6 +236,7 @@
text >= 0.11 && < 1.2
extensions:
+ TemplateHaskell
OverloadedStrings
ghc-prof-options: -prof -auto-all
|