diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da65877..070f086 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,14 +10,14 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2"] - cabal: ["3.6.2.0"] + ghc: ["8.10.7", "9.0.2", "9.4", "9.6"] + cabal: ["3.10.2.1"] os: [ubuntu-latest, macOS-latest] name: build and test (cabal) steps: - uses: actions/checkout@v2 - name: Run Haskell - uses: haskell/actions/setup@v1 + uses: haskell-actions/setup@v2 with: ghc-version: ${{ matrix.ghc }} cabal-version: ${{ matrix.cabal }} diff --git a/cabal.project b/cabal.project index 882c428..8088cfc 100644 --- a/cabal.project +++ b/cabal.project @@ -1,3 +1,9 @@ packages: telegram-bot-api/ telegram-bot-simple/ + +-- Switch from fork once it's merged in upstream +source-repository-package + type: git + location: https://github.com/TristanCacqueray/cron.git + tag: 5f5b662a1d7abc3951ea5a2a625bbf3e83f7a11a