diff options
| author | tv <tv@krebsco.de> | 2026-03-09 14:58:49 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-09 14:58:49 +0100 |
| commit | 56793213170bdb3fb7f8795cd198148332870af1 (patch) | |
| tree | b0803b208ac3f767185cad901d3d62e24dfeed31 /hack.cabal | |
| parent | 894a1ac90fcf36ee63096f7bfce48aee7047cd2c (diff) | |
modernize cabal 1.2 -> 3.0, language GHC2024
Diffstat (limited to 'hack.cabal')
| -rw-r--r-- | hack.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,12 +1,13 @@ +cabal-version: 3.0 name: hack version: 1.0.3 license: MIT author: tv maintainer: tv@krebsco.de build-type: Simple -cabal-version: >=1.2 library + default-language: GHC2024 build-depends: base exposed-modules: Hack.Buffer , Hack.Buffer.Class @@ -19,6 +20,7 @@ Executable hack hs-source-dirs: app other-modules: Process + default-language: GHC2024 Build-depends: blessings, containers, |
