-- Initial mmsyn3.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn3 version: 0.2.0.0 synopsis: A small library to deal with executable endings description: A small library to deal with executable endings. Uses a Maybe data representation inside an IO monad. homepage: https://hackage.haskell.org/package/mmsyn3 license: MIT license-file: LICENSE author: OleksandrZhabenko maintainer: oleksandr.zhabenko@yahoo.com copyright: Oleksandr Zhabenko category: System build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: EndOfExe -- other-modules: -- other-extensions: build-depends: base >=4.13 && <5, directory >=1.3.4.0 && <2 -- hs-source-dirs: default-language: Haskell2010