cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 3809c3d5d4204b2ce3be054873e25b993f46159354efa61c45f34aa594ce9f29 name: chiasma version: 0.1.0.0 synopsis: tmux api description: Please see the README on GitHub at category: Terminal homepage: https://github.com/tek/chiasma-hs#readme bug-reports: https://github.com/tek/chiasma-hs/issues author: Torsten Schmits maintainer: tek@tryp.io copyright: 2019 Torsten Schmits license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/tek/chiasma-hs library exposed-modules: Chiasma.Api.Class Chiasma.Codec Chiasma.Codec.Decode Chiasma.Codec.Query Chiasma.Data.Pane Chiasma.Data.TmuxThunk Chiasma.Data.Window Chiasma.Monad.Buffered Chiasma.Monad.Simple Chiasma.Monad.Tmux Chiasma.Native.Api Chiasma.Native.Parse Chiasma.Native.Process Chiasma.Test.File Chiasma.Test.Tmux other-modules: Paths_chiasma hs-source-dirs: lib default-extensions: ExistentialQuantification UnicodeSyntax TypeApplications ScopedTypeVariables DeriveGeneric DeriveAnyClass build-depends: base >=4.7 && <5 , bytestring , data-default-class , directory , either , filepath , free , lens , mtl , parsec , posix-pty , process , resourcet , split , transformers , typed-process , unix , unliftio default-language: Haskell2010 test-suite chiasma-unit type: exitcode-stdio-1.0 main-is: SpecMain.hs other-modules: BufferedSpec CodecSpec OutputParseSpec SimpleSpec Paths_chiasma hs-source-dirs: test/u default-extensions: ExistentialQuantification UnicodeSyntax TypeApplications ScopedTypeVariables DeriveGeneric DeriveAnyClass ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: HTF , base >=4.7 && <5 , bytestring , chiasma , data-default-class , directory , either , filepath , free , lens , mtl , parsec , posix-pty , process , resourcet , split , transformers , typed-process , unix , unliftio default-language: Haskell2010