summaryrefslogtreecommitdiff
path: root/p/haskell-authenticate/debian/patches/force-regular-aeson.diff
blob: 17f9fcc182a6386f577b9880c8ed669b1849623b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/authenticate.cabal
+++ b/authenticate.cabal
@@ -15,7 +15,7 @@

 library
     build-depends:   base >= 4 && < 5,
-                     aeson-native >= 0.3.2.11 && < 0.4,
+                     aeson >= 0.3.2.11 && < 0.4,
                      http-enumerator >= 0.6.5.4 && < 0.8,
                      tagsoup >= 0.12 && < 0.13,
                      failure >= 0.0.0 && < 0.2,