-- Initial mmsyn3.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn3 version: 0.1.5.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: olexandr543@yahoo.com -- copyright: 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.7 && <4.15, directory >=1 && <1.5 -- hs-source-dirs: default-language: Haskell2010