forked from bgamari/ftdi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|