diff options
Diffstat (limited to 'databases/hs-persistent-template/files/patch-persistent-template.cabal')
-rw-r--r-- | databases/hs-persistent-template/files/patch-persistent-template.cabal | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/databases/hs-persistent-template/files/patch-persistent-template.cabal b/databases/hs-persistent-template/files/patch-persistent-template.cabal index be71582a8075..04b069714821 100644 --- a/databases/hs-persistent-template/files/patch-persistent-template.cabal +++ b/databases/hs-persistent-template/files/patch-persistent-template.cabal @@ -1,6 +1,6 @@ ---- persistent-template.cabal.orig 2018-05-01 13:03:22 UTC +--- persistent-template.cabal.orig 2018-03-08 15:56:53 UTC +++ persistent-template.cabal -@@ -23,7 +23,7 @@ library +@@ -23,13 +23,13 @@ library , text >= 0.5 , transformers >= 0.2 && < 0.6 , containers @@ -9,3 +9,10 @@ , aeson-compat >= 0.3.2.0 && < 0.4 , monad-logger , unordered-containers + , tagged + , path-pieces +- , http-api-data >= 0.2 && < 0.4 ++ , http-api-data >= 0.2 && < 0.5 + , ghc-prim + exposed-modules: Database.Persist.TH + ghc-options: -Wall |