diff options
Diffstat (limited to 'devel/hs-haddock-library')
-rw-r--r-- | devel/hs-haddock-library/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-haddock-library/distinfo | 6 | ||||
-rw-r--r-- | devel/hs-haddock-library/files/patch-haddock-library.cabal | 45 |
3 files changed, 4 insertions, 49 deletions
diff --git a/devel/hs-haddock-library/Makefile b/devel/hs-haddock-library/Makefile index 0b4bd740a608..b07069164dfb 100644 --- a/devel/hs-haddock-library/Makefile +++ b/devel/hs-haddock-library/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= haddock-library -PORTVERSION= 1.5.0.1 +PORTVERSION= 1.7.0 PORTREVISION= 1 CATEGORIES= devel haskell diff --git a/devel/hs-haddock-library/distinfo b/devel/hs-haddock-library/distinfo index c3bd020f4ec1..891f29a53ddc 100644 --- a/devel/hs-haddock-library/distinfo +++ b/devel/hs-haddock-library/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523633978 -SHA256 (cabal/haddock-library-1.5.0.1.tar.gz) = ff2c10f043524135c809303c0d81c7f27a954f0174784e59a497e75e287aabb2 -SIZE (cabal/haddock-library-1.5.0.1.tar.gz) = 47111 +TIMESTAMP = 1545833664 +SHA256 (cabal/haddock-library-1.7.0.tar.gz) = e7c2794a7eb352824f098cafa07bc0506f2c3633808bfbf4c64aef0ba664d011 +SIZE (cabal/haddock-library-1.7.0.tar.gz) = 26315 diff --git a/devel/hs-haddock-library/files/patch-haddock-library.cabal b/devel/hs-haddock-library/files/patch-haddock-library.cabal deleted file mode 100644 index dc8ed6c8aaba..000000000000 --- a/devel/hs-haddock-library/files/patch-haddock-library.cabal +++ /dev/null @@ -1,45 +0,0 @@ ---- haddock-library.cabal.orig 2018-04-13 16:29:12 UTC -+++ haddock-library.cabal -@@ -49,42 +49,6 @@ library - if impl(ghc >= 8.0) - ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances - --library attoparsec -- default-language: Haskell2010 -- -- build-depends: -- base >= 4.5 && < 4.12 -- , bytestring >= 0.9.2.1 && < 0.11 -- , deepseq >= 1.3 && < 1.5 -- -- hs-source-dirs: vendor/attoparsec-0.13.1.0 -- -- -- NB: haddock-library needs only small part of lib:attoparsec -- -- internally, so we only bundle that subset here -- exposed-modules: -- Data.Attoparsec.ByteString -- Data.Attoparsec.ByteString.Char8 -- Data.Attoparsec.Combinator -- -- other-modules: -- Data.Attoparsec -- Data.Attoparsec.ByteString.Buffer -- Data.Attoparsec.ByteString.FastSet -- Data.Attoparsec.ByteString.Internal -- Data.Attoparsec.Internal -- Data.Attoparsec.Internal.Fhthagn -- Data.Attoparsec.Internal.Types -- Data.Attoparsec.Number -- -- ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2 -- -- ghc-options: -Wall -- if impl(ghc >= 8.0) -- ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -- else -- build-depends: semigroups ^>= 0.18.3, fail ^>= 4.9.0.0 -- -- - test-suite spec - type: exitcode-stdio-1.0 - default-language: Haskell2010 |