diff options
| author | tv <tv@krebsco.de> | 2026-03-07 14:01:26 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-07 23:32:26 +0100 |
| commit | 65ad1a75225dca196c8f6ff826e060f49b3fa3a3 (patch) | |
| tree | 4c4214a7aedb779ff8bc5f5a71fada1d0fab6afe /blessings.cabal | |
| parent | 9d9f3aca2b9566f67ecc26062422e067d2d1c152 (diff) | |
cabal format
Diffstat (limited to 'blessings.cabal')
| -rw-r--r-- | blessings.cabal | 73 |
1 files changed, 37 insertions, 36 deletions
diff --git a/blessings.cabal b/blessings.cabal index bcdce98..8fc4f91 100644 --- a/blessings.cabal +++ b/blessings.cabal @@ -1,40 +1,41 @@ -author: tv -build-type: Simple -cabal-version: >= 1.8 -license: MIT -name: blessings -version: 2.6.0 +cabal-version: >=1.8 +name: blessings +version: 2.6.0 +license: MIT +author: tv +build-type: Simple + +source-repository head + type: git + location: https://cgit.krebsco.de/blessings library - build-depends: - base, - bytestring, - extra, - text, - wcwidth - exposed-modules: - Blessings, - Blessings.ByteString, - Blessings.ByteString.Lazy, - Blessings.Internal, - Blessings.String, - Blessings.String.WCWidth - Blessings.Text, - Blessings.Text.WCWidth - ghc-options: -O2 -Wall - hs-source-dirs: src + exposed-modules: + Blessings + Blessings.ByteString + Blessings.ByteString.Lazy + Blessings.Internal + Blessings.String + Blessings.String.WCWidth + Blessings.Text + Blessings.Text.WCWidth -test-suite test-blessings - build-depends: - base, - blessings, - hspec, - QuickCheck - ghc-options: -Wall - hs-source-dirs: test - main-is: Spec.hs - type: exitcode-stdio-1.0 + hs-source-dirs: src + ghc-options: -O2 -Wall + build-depends: + base, + bytestring, + extra, + text, + wcwidth -source-repository head - location: https://cgit.krebsco.de/blessings - type: git +test-suite test-blessings + type: exitcode-stdio-1.0 + main-is: Spec.hs + hs-source-dirs: test + ghc-options: -Wall + build-depends: + base, + blessings, + hspec, + QuickCheck |
