fxpak-0.0.1: fxpak.cabal
name: fxpak
version: 0.0.1
synopsis: Interface to the FXPak/FXPak Pro USB interface
description: Wraps Serial interaction with FXPak/FXPak Pro devices
homepage: https://github.com/wuest/fxpak
bug-reports: https://github.com/wuest/fxpak/issues
license: BSD3
license-file: LICENSE
author: Tina Wuest
maintainer: tina@wuest.me
copyright: 2021 Tina Wuest
category: Hardware
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
library
ghc-options: -Wall -fwarn-implicit-prelude -fwarn-monomorphism-restriction -static
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: FXPak
other-modules: FXPak.Internal
build-depends: base >= 4.9 && < 4.15
, serialport >= 0.5 && < 0.6
, bytestring >= 0.11 && < 0.12