diff options
Diffstat (limited to 'graphics/hs-tart/Makefile')
-rw-r--r-- | graphics/hs-tart/Makefile | 38 |
1 files changed, 16 insertions, 22 deletions
diff --git a/graphics/hs-tart/Makefile b/graphics/hs-tart/Makefile index 7e54da8c660a..1c7d6c4efd26 100644 --- a/graphics/hs-tart/Makefile +++ b/graphics/hs-tart/Makefile @@ -1,29 +1,23 @@ PORTNAME= tart -DISTVERSION= 0.3-20241122 +DISTVERSION= 0.4 CATEGORIES= graphics haskell PKGNAMESUFFIX= -terminal-art MAINTAINER= tiago.gasiba@gmail.com COMMENT= Program to make ASCII art on the terminal -WWW= https://github.com/jtdaugherty/tart +WWW= https://hackage.haskell.org/package/tart \ + https://github.com/jtdaugherty/tart LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cabal -USE_GITHUB= yes -GH_ACCOUNT= jtdaugherty -GH_PROJECT= tart -GH_TAGNAME= 49100f0 - -USE_LOCALE= en_US.UTF-8 - -USE_CABAL= ansi-terminal-1.1.2 \ - ansi-terminal-types-1.1 \ +USE_CABAL= ansi-terminal-1.1.3 \ + ansi-terminal-types-1.1.3 \ bimap-0.5.0 \ - blaze-builder-0.4.2.3 \ - brick-2.5 \ + blaze-builder-0.4.4.1 \ + brick-2.7 \ case-insensitive-1.2.1.0 \ colour-2.3.6 \ config-ini-0.2.7.0_1 \ @@ -36,25 +30,25 @@ USE_CABAL= ansi-terminal-1.1.2 \ microlens-mtl-0.2.1.0 \ microlens-platform-0.4.4.1 \ microlens-th-0.4.3.17 \ - optparse-applicative-0.18.1.0_1 \ - os-string-2.0.7 \ + optparse-applicative-0.19.0.0 \ + os-string-2.0.8 \ parser-combinators-1.3.0_1 \ prettyprinter-1.7.1 \ prettyprinter-ansi-terminal-1.1.3 \ - primitive-0.9.0.0_2 \ - random-1.3.0 \ + primitive-0.9.1.0 \ + random-1.3.1 \ scientific-0.3.8.0_2 \ - splitmix-0.1.1 \ + splitmix-0.1.3.1 \ tagged-0.8.9 \ - tasty-1.5.3_1 \ + tasty-1.5.3_2 \ text-zipper-0.13 \ th-abstraction-0.7.1.0_1 \ transformers-compat-0.7.2 \ - unix-compat-0.7.3_1 \ + unix-compat-0.7.4.1 \ unordered-containers-0.2.20_4 \ utf8-string-1.0.2 \ - vector-0.13.2.0_1 \ - vector-stream-0.1.0.1_3 \ + vector-0.13.2.0_2 \ + vector-stream-0.1.0.1_4 \ vty-6.4 \ vty-crossplatform-0.4.0.0 \ vty-unix-0.2.0.0 \ |