mmsyn3-0.1.2.0: mmsyn3.cabal
-- Initial mmsyn3.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mmsyn3
version: 0.1.2.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: http://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.13, directory >=1 && <1.4
-- hs-source-dirs:
default-language: Haskell2010