cabal-version: 3.0 name: mosh version: 0.1.0.0 -- synopsis: -- description: license: MIT license-file: LICENSE author: sajenim maintainer: its.jassy@pm.me -- copyright: build-type: Simple extra-doc-files: CHANGELOG.md -- extra-source-files: common warnings ghc-options: -Wall executable teleios import: warnings main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base ^>=4.18.2.1, process, directory, split hs-source-dirs: app default-language: Haskell2010