Skip to content

Commit

Permalink
Merge pull request #11 from alexfmpe/ghc-9.10
Browse files Browse the repository at this point in the history
Build with ghc 9.10
  • Loading branch information
alexfmpe authored Jan 18, 2025
2 parents 5dc9a0c + d023427 commit f84af8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: github-action

on: [push, pull_request]
on: [push, pull_request]

jobs:
build:
strategy:
matrix:
ghc: ['8.6.5', '8.8.4', '9.8.1']
ghc: ['8.6.5', '8.8.4', '9.8.1', '9.10.1']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}

Expand Down
8 changes: 4 additions & 4 deletions haveibeenpwned.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ copyright: 2019 Obsidian Systems LLC
category: Web
extra-source-files: CHANGELOG.md
README.md
tested-with: GHC ==8.6.5 || ==8.8.4 || ==9.8.1
tested-with: GHC ==8.6.5 || ==8.8.4 || ==9.8.1 || ==9.10.1

library
exposed-modules: HaveIBeenPwned
build-depends:
, base >=4.11.0 && <4.20
, base >=4.11.0 && <4.21
, bytestring >=0.10 && <0.13
, cryptonite >=0.24 && <0.31
, data-default ^>=0.7.1
, data-default >=0.7.1 && <0.91
, http-client >=0.5.13.1 && <0.8
, http-types ^>=0.12.1
, monad-logger ^>=0.3.29
, mtl ^>=2.2.2
, mtl >=2.2.2 && <2.4
, safe ^>=0.3.17
, text >=1.2 && <2.2

Expand Down

0 comments on commit f84af8c

Please sign in to comment.