cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: dahdit-midi version: 0.5.5 synopsis: MIDI and OSC parsing/printing with dahdit description: Please see the README on GitHub at homepage: https://github.com/ejconlon/dahdit#readme bug-reports: https://github.com/ejconlon/dahdit/issues author: Eric Conlon maintainer: ejconlon@gmail.com copyright: (c) 2023 Eric Conlon license: BSD3 build-type: Simple tested-with: GHC == 9.2.7 extra-source-files: README.md source-repository head type: git location: https://github.com/ejconlon/dahdit library exposed-modules: Dahdit.Midi.Binary Dahdit.Midi.Midi Dahdit.Midi.Osc Dahdit.Midi.OscAddr Dahdit.Midi.Pad other-modules: Paths_dahdit_midi hs-source-dirs: src default-extensions: BangPatterns ConstraintKinds DataKinds DeriveFunctor DeriveFoldable DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving LambdaCase KindSignatures MultiParamTypeClasses MultiWayIf Rank2Types ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeOperators TypeFamilies ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds build-depends: base >=4.12 && <5 , bytestring ==0.11.* , containers ==0.6.* , dahdit ==0.5.* , data-sword >=0.2.0.3 && <0.3 , hashable ==1.4.* , nanotime ==0.3.* , newtype ==0.2.* , primitive >=0.7 && <0.9 , text >=1.2 && <2.1 , vector >=0.12 && <0.14 default-language: GHC2021 test-suite dahdit-midi-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Test.Dahdit.Midi.GenDefault Paths_dahdit_midi hs-source-dirs: test default-extensions: BangPatterns ConstraintKinds DataKinds DeriveFunctor DeriveFoldable DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving LambdaCase KindSignatures MultiParamTypeClasses MultiWayIf Rank2Types ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeOperators TypeFamilies ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12 && <5 , bytestring ==0.11.* , containers ==0.6.* , dahdit ==0.5.* , dahdit-midi , dahdit-test , data-sword >=0.2.0.3 && <0.3 , daytripper , directory , falsify , filepath , hashable ==1.4.* , nanotime ==0.3.* , newtype ==0.2.* , primitive >=0.7 && <0.9 , tasty , text >=1.2 && <2.1 , vector >=0.12 && <0.14 default-language: GHC2021