[Git][haskell-team/package-plan][master] patch haddock-library
Clint Adams
gitlab at salsa.debian.org
Sun Apr 22 13:52:24 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
eb92651e by Clint Adams at 2018-04-22T08:52:07-04:00
patch haddock-library
- - - - -
3 changed files:
- + patches/haddock-library/1.4.5/avoid-unicode-in-description
- + patches/haddock-library/1.4.5/series
- + patches/haddock-library/1.4.5/system-attoparsec
Changes:
=====================================
patches/haddock-library/1.4.5/avoid-unicode-in-description
=====================================
--- /dev/null
+++ b/patches/haddock-library/1.4.5/avoid-unicode-in-description
@@ -0,0 +1,11 @@
+--- a/haddock-library.cabal
++++ b/haddock-library.cabal
+@@ -6,7 +6,7 @@
+ without pulling in the GHC dependency. Please note that the
+ API is likely to change so specify upper bounds in your
+ project if you can't release often. For interacting with Haddock
+- itself, see the ‘haddock’ package.
++ itself, see the 'haddock' package.
+ license: BSD3
+ license-file: LICENSE
+ maintainer: Alex Biehl <alexbiehl at gmail.com>, Simon Hengel <sol at typeful.net>, Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
=====================================
patches/haddock-library/1.4.5/series
=====================================
--- /dev/null
+++ b/patches/haddock-library/1.4.5/series
@@ -0,0 +1,2 @@
+avoid-unicode-in-description
+system-attoparsec
=====================================
patches/haddock-library/1.4.5/system-attoparsec
=====================================
--- /dev/null
+++ b/patches/haddock-library/1.4.5/system-attoparsec
@@ -0,0 +1,53 @@
+--- a/haddock-library.cabal
++++ b/haddock-library.cabal
+@@ -25,7 +25,6 @@
+ , bytestring >= 0.9.2.1 && < 0.11
+ , transformers >= 0.3.0 && < 0.6
+
+- -- internal sub-lib
+ build-depends: attoparsec
+
+ hs-source-dirs: src
+@@ -46,42 +45,6 @@
+ 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.11
+- , 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
+-
+- other-modules:
+- Data.Attoparsec
+- Data.Attoparsec.ByteString.Buffer
+- Data.Attoparsec.ByteString.FastSet
+- Data.Attoparsec.ByteString.Internal
+- Data.Attoparsec.Combinator
+- 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
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/eb92651eb50d8ce577e7c0485a3792d9b3d156eb
---
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/eb92651eb50d8ce577e7c0485a3792d9b3d156eb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180422/15091418/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list