cabal-version: 2.4 name: kino version: 0.1.0.0 synopsis: A terminal interface to the yts.mx api -- description: homepage: -- bug-reports: license: ISC license-file: LICENSE author: depsterr maintainer: depsterr@protonmail.com -- copyright: category: Movie library exposed-modules: Kino.Request , Kino.UI , Kino.UI.Widgets , Kino.Torrent , Kino.Misc , Kino.Types other-modules: -- other-extensions: ghc-options: -Wall build-depends: base , wreq , aeson , lens-aeson , lens , bytestring , text , brick < 1 , HTTP , vty , transformers , microlens , microlens-th , Clipboard hs-source-dirs: src default-language: Haskell2010 executable kino main-is: Main.hs other-modules: -- other-extensions: ghc-options: -Wall -threaded build-depends: base , kino hs-source-dirs: app default-language: Haskell2010 test-suite kino-test default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs build-depends: base