Skip to content

Commit

Permalink
Update bounds (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dopamane authored Jun 1, 2024
1 parent e8263f5 commit 795eed7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
ghc: ['9.0']
ghc: ['9.0', '9.8']
os: [ubuntu-20.04]
name: ${{ matrix.os }} GHC ${{ matrix.ghc }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions ftdi.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-type: Simple
stability: experimental
author: Roel van Dijk <[email protected]>, Ben Gamari <[email protected]>, David Cox <[email protected]>
maintainer: David Cox <[email protected]
copyright: (c) 2009, 2010 Roel van Dijk, (c) 2018 Ben Gamari, (c) 2021-2023 David Cox
copyright: (c) 2009, 2010 Roel van Dijk, (c) 2018 Ben Gamari, (c) 2021-2024 David Cox
license: BSD3
license-file: LICENSE
category: System, Hardware
Expand All @@ -25,8 +25,8 @@ library
other-modules: System.FTDI.Internal
, System.FTDI.Utils
build-depends: async >= 2.2 && < 2.3
, base >= 4.5 && < 4.17
, bytestring >= 0.10 && < 0.12
, base >= 4.5 && < 4.21
, bytestring >= 0.10 && < 0.13
, transformers >= 0.5 && < 0.7
, usb >= 1.3 && < 1.4
, vector >= 0.12 && < 0.14
Expand All @@ -45,7 +45,7 @@ test-suite test
default-language: Haskell2010
build-depends: base
, bytestring
, QuickCheck >= 2.11 && < 2.15
, QuickCheck >= 2.11 && < 2.16
, generic-random >= 1.3 && < 1.6
, random >= 1.0.0 && < 1.3
, tagged >= 0.8 && < 0.9
Expand Down

0 comments on commit 795eed7

Please sign in to comment.