diff options
Diffstat (limited to 'devel/hs-cabal-plan/Makefile')
-rw-r--r-- | devel/hs-cabal-plan/Makefile | 43 |
1 files changed, 29 insertions, 14 deletions
diff --git a/devel/hs-cabal-plan/Makefile b/devel/hs-cabal-plan/Makefile index bf0f506ca956..f34ec594ec42 100644 --- a/devel/hs-cabal-plan/Makefile +++ b/devel/hs-cabal-plan/Makefile @@ -1,5 +1,5 @@ PORTNAME= cabal-plan -DISTVERSION= 0.7.5.0 +DISTVERSION= 0.7.6.1 CATEGORIES= devel haskell MAINTAINER= tiago.gasiba@gmail.com @@ -12,50 +12,63 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.GPLv2 USES= cabal USE_LOCALE= en_US.UTF-8 -USE_CABAL= OneTuple-0.4.2_1 \ - QuickCheck-2.15.0.1_1 \ +USE_CABAL= Cabal-syntax-3.14.2.0 \ + OneTuple-0.4.2_1 \ + QuickCheck-2.16.0.0 \ StateVar-1.2.2 \ - aeson-2.2.3.0_3 \ - ansi-terminal-1.1.2 \ - ansi-terminal-types-1.1 \ + aeson-2.2.3.0_4 \ + alex-3.5.4.0 \ + ansi-terminal-1.1.3 \ + ansi-terminal-types-1.1.3 \ assoc-1.1.1_1 \ async-2.2.5_3 \ + atomic-counter-0.1.2.3 \ base-orphans-0.9.3 \ base16-bytestring-1.0.2.0_1 \ bifunctors-5.6.2_2 \ + binary-instances-1.0.6 \ + binary-orphans-1.0.5_1 \ boring-0.2.2_1 \ + cabal-install-parsers-0.6.3 \ + case-insensitive-1.2.1.0 \ character-ps-0.1 \ colour-2.3.6 \ comonad-5.0.9_1 \ contravariant-1.5.5 \ + cryptohash-sha256-0.11.102.1_6 \ data-fix-0.3.4_1 \ dec-0.0.6_1 \ + directory-ospath-streaming-0.2.2 \ distributive-0.6.2.1_1 \ dlist-1.0_2 \ + file-io-0.1.5 \ generically-0.1.1_4 \ hashable-1.5.0.0_1 \ + hsc2hs-0.68.10_4 \ indexed-profunctors-0.1.1.1 \ indexed-traversable-0.1.4_1 \ indexed-traversable-instances-0.1.2_1 \ integer-conversion-0.1.1_1 \ integer-logarithms-1.0.4 \ + lukko-0.1.2_1 \ network-uri-2.6.4.2_1 \ optics-core-0.4.1.1_1 \ - optparse-applicative-0.18.1.0_1 \ - os-string-2.0.7 \ + optparse-applicative-0.19.0.0 \ + os-string-2.0.8 \ prettyprinter-1.7.1 \ prettyprinter-ansi-terminal-1.1.3 \ - primitive-0.9.0.0_2 \ - random-1.2.1.3 \ + primitive-0.9.1.0 \ + random-1.3.1 \ scientific-0.3.8.0_2 \ semialign-1.3.1_2 \ semigroupoids-6.0.1_2 \ singleton-bool-0.1.8_1 \ some-1.0.6_2 \ - splitmix-0.1.1 \ + splitmix-0.1.3.1 \ strict-0.5.1_1 \ tagged-0.8.9 \ - tasty-1.5.3_1 \ + tar-0.6.4.0_2 \ + tasty-1.5.3_2 \ text-iso8601-0.1.1_2 \ text-short-0.1.6_3 \ th-abstraction-0.7.1.0_1 \ @@ -65,10 +78,12 @@ USE_CABAL= OneTuple-0.4.2_1 \ topograph-1.0.1_1 \ transformers-compat-0.7.2 \ unordered-containers-0.2.20_4 \ - uuid-types-1.0.6_2 \ + uuid-types-1.0.6_3 \ vector-0.13.2.0_1 \ + vector-binary-instances-0.2.5.2_5 \ vector-stream-0.1.0.1_3 \ - witherable-0.5_1 + witherable-0.5_1 \ + zlib-0.7.1.0_2 CABAL_FLAGS= -f exe |