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
307 B
Text
Raw Normal View History

cabal-version: 3.0
name: exec-helpers
version: 0.1.0.0
author: Profpatsch
maintainer: mail@profpatsch.de
library
exposed-modules: ExecHelpers
build-depends:
base >=4.15 && <5,
my-prelude
default-language: Haskell2010