diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 40b6d9041..2592fa3fc 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -32,7 +32,7 @@ jobs: --health-retries=3 strategy: matrix: - cabal: ["3.10.2.1"] + cabal: ["3.14"] ghc: - "8.6" - "8.8" @@ -43,7 +43,7 @@ jobs: - "9.6" - "9.8" - "9.10" - # - "9.12" + - "9.12" env: CONFIG: "--enable-tests --enable-benchmarks " steps: diff --git a/cabal.project b/cabal.project index 320b3c7f8..72389d5ac 100644 --- a/cabal.project +++ b/cabal.project @@ -3,3 +3,16 @@ packages: ./ , examples/ + +allow-newer: + -- https://github.com/fizruk/http-api-data/pull/146 + http-api-data:base + , postgresql-simple:base + , postgresql-simple:template-haskell + , bytestring-lexing:base + +source-repository-package + type: git + location: https://github.com/parsonsmatt/mysql + tag: 1e7dc274bf9a2919c9dd4298ed46c1bd1a1b677d + diff --git a/esqueleto.cabal b/esqueleto.cabal index d412e8512..7afc0ec99 100644 --- a/esqueleto.cabal +++ b/esqueleto.cabal @@ -65,7 +65,7 @@ library , tagged >=0.2 , template-haskell , text >=0.11 && <2.2 - , time >=1.5.0.1 && <=1.13 + , time >=1.5.0.1 && <1.15 , transformers >=0.2 , unliftio , unordered-containers >=0.2