diff --git a/ChangeLog.md b/ChangeLog.md index 957793f..ac53fef 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,10 @@ # Changelog +## 2.3.3 + +- Bump wai-app-static upper bound to include 3.2.x +- set tls bound to be bigger then 2.3.0, this forces the solver to include ram on any comming version + ## 2.3.2 - Bump `tls` upper bound from `<2.2` to `<2.4` to allow tls 2.2.x and 2.3.x. diff --git a/cabal.project b/cabal.project new file mode 100644 index 0000000..04ed57b --- /dev/null +++ b/cabal.project @@ -0,0 +1,6 @@ +packages: . + +source-repository-package + type: git + location: https://github.com/haskell/wreq.git + tag: master diff --git a/keter.cabal b/keter.cabal index 2f393fe..a12d1d1 100644 --- a/keter.cabal +++ b/keter.cabal @@ -71,7 +71,7 @@ library , unordered-containers >=0.2.17 && <0.3 , vector >=0.12.3.0 && <1.0.0.0 , wai >=3.2.3 && <3.3 - , wai-app-static >=3.1 && <3.2 + , wai-app-static >=3.1 && <3.3 , wai-extra >=3.0.3 && <3.2 , warp >=3.3.20 && <3.4 || ^>=3.4.0 , warp-tls ^>=3.0.3 || ^>=3.1 || ^>=3.2 || ^>=3.3 || ^>=3.4