|
|
@@ -78,10 +78,10 @@ library |
|
|
|
ghc-options: -Werror |
|
|
|
|
|
|
|
build-depends: base >= 4.9 && < 5 |
|
|
|
, aeson >= 1.1 && < 1.3 |
|
|
|
, aeson >= 1.1 && < 2.0 |
|
|
|
, bytestring >= 0.10 && < 0.11 |
|
|
|
, containers >= 0.5 && < 0.6 |
|
|
|
, cryptonite >= 0.23 && < 0.25 |
|
|
|
, cryptonite >= 0.23 && < 0.26 |
|
|
|
, data-default >= 0.7 && < 1.0 |
|
|
|
, directory >= 1.3 && < 1.4 |
|
|
|
, filepath >= 1.4 && < 1.5 |
|
|
@@ -89,10 +89,10 @@ library |
|
|
|
, optparse-applicative >= 0.13 && < 0.15 |
|
|
|
, postgresql-simple >= 0.5 && < 0.6 |
|
|
|
, postgresql-simple-migration >= 0.1 && < 0.2 |
|
|
|
, product-profunctors >= 0.8 && < 0.9 |
|
|
|
, product-profunctors >= 0.8 && < 0.11 |
|
|
|
, resource-pool >= 0.2 && < 0.3 |
|
|
|
, sandi >= 0.4 && < 0.5 |
|
|
|
, template-haskell >= 2.11 && < 2.13 |
|
|
|
, template-haskell >= 2.11 && < 2.15 |
|
|
|
, text >= 1.2 && < 1.3 |
|
|
|
, time >= 1.6 && < 1.9 |
|
|
|
, transformers >= 0.5 && < 1.0 |
|
|
@@ -118,8 +118,8 @@ executable webhooks |
|
|
|
, opaleye |
|
|
|
, optparse-applicative |
|
|
|
, personal-webhooks |
|
|
|
, snap-core >= 1.0 && < 1.1 |
|
|
|
, snap-server >= 1.0 && < 1.1 |
|
|
|
, snap-core >= 1.0 && < 1.2 |
|
|
|
, snap-server >= 1.0 && < 1.2 |
|
|
|
, table-layout >= 0.8 && < 0.9 |
|
|
|
, text |
|
|
|
, transformers |