name: ftdi version: 0.3.0.2 cabal-version: >=1.10 build-type: Simple stability: experimental author: Roel van Dijk , Ben Gamari , David Cox maintainer: David Cox = 2.2 && < 2.3 , base >= 4.5 && < 4.16 , base-unicode-symbols >= 0.1.1 && < 0.3 , bytestring >= 0.10 && < 0.12 , transformers >= 0.5 && < 0.7 , usb >= 1.3 && < 1.4 , vector >= 0.12 && < 0.13 default-language: Haskell2010 ghc-options: -Wall ------------------------------------------------------------------------------- test-suite test main-is: test.hs type: exitcode-stdio-1.0 other-modules: System.FTDI , System.FTDI.Internal , System.FTDI.Properties , System.FTDI.Utils , System.FTDI.Utils.Properties ghc-options: -Wall -fno-warn-orphans default-language: Haskell2010 build-depends: base , base-unicode-symbols , bytestring , QuickCheck >= 2.11 && < 2.15 , generic-random >= 1.3 && < 1.6 , random >= 1.0.0 && < 1.3 , tagged >= 0.8 && < 0.9 , test-framework >= 0.8 && < 0.9 , test-framework-quickcheck2 >= 0.3 && < 0.4 , transformers , usb , vector