tvl-depot/users/Profpatsch/execline/exec-helpers.cabal

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
306 B
Text
Raw Normal View History

cabal-version: 2.4
name: exec-helpers
version: 0.1.0.0
author: Profpatsch
maintainer: mail@profpatsch.de
library
exposed-modules: ExecHelpers
build-depends:
base ^>=4.15.1.0,
my-prelude
default-language: Haskell2010