end-of-exe-0.1.1.0: end-of-exe.cabal
-- Initial end-of-exe.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: end-of-exe
version: 0.1.1.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.
.
It is a fork of now deprecated library [mmsyn3](https://hackage.haskell.org/package/mmsyn3).
homepage: https://hackage.haskell.org/package/end-of-exe
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: oleksandr.zhabenko@yahoo.com
copyright: Oleksandr Zhabenko
bug-reports: https://github.com/Oleksandr-Zhabenko/end-of-exe/issues
category: System
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
library
exposed-modules: EndOfExe2
-- other-modules:
-- other-extensions:
build-depends: base >=4.13 && <5, directory >=1.3.4.0 && <2
-- hs-source-dirs:
default-language: Haskell2010