summaryrefslogtreecommitdiff
path: root/textproc/hs-pandoc-citeproc/files/patch-pandoc-citeproc.cabal
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-05-25 21:44:12 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-05-25 21:44:12 +0000
commitfff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch)
tree86e71c0056b8414191c8b421101694a177fec03e /textproc/hs-pandoc-citeproc/files/patch-pandoc-citeproc.cabal
parentRename net/bird-devel to net/bird2 (diff)
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
Notes
Notes: svn path=/head/; revision=470870
Diffstat (limited to 'textproc/hs-pandoc-citeproc/files/patch-pandoc-citeproc.cabal')
-rw-r--r--textproc/hs-pandoc-citeproc/files/patch-pandoc-citeproc.cabal38
1 files changed, 0 insertions, 38 deletions
diff --git a/textproc/hs-pandoc-citeproc/files/patch-pandoc-citeproc.cabal b/textproc/hs-pandoc-citeproc/files/patch-pandoc-citeproc.cabal
deleted file mode 100644
index 26a28052b0e3..000000000000
--- a/textproc/hs-pandoc-citeproc/files/patch-pandoc-citeproc.cabal
+++ /dev/null
@@ -1,38 +0,0 @@
---- pandoc-citeproc.cabal.orig 2017-06-04 18:38:13 UTC
-+++ pandoc-citeproc.cabal
-@@ -99,7 +99,7 @@ library
- ghc-prof-options: -fprof-auto-exported
- build-depends: containers, directory, mtl,
- bytestring, filepath,
-- pandoc-types >= 1.16 && < 1.18,
-+ pandoc-types >= 1.16 && < 1.20,
- pandoc >= 1.16 && < 2.1,
- tagsoup,
- aeson >= 0.7 && < 1.3,
-@@ -146,7 +146,7 @@ executable pandoc-citeproc
- ghc-options: -funbox-strict-fields -Wall
- ghc-prof-options: -fprof-auto-exported -rtsopts
- build-depends: base >= 4, pandoc-citeproc,
-- pandoc-types >= 1.16 && < 1.18,
-+ pandoc-types >= 1.16 && < 1.20,
- pandoc >= 1.16 && < 2.1,
- aeson,
- aeson-pretty >= 0.8, yaml, bytestring, syb, attoparsec, text,
-@@ -169,7 +169,7 @@ executable test-citeproc
- else
- Buildable: False
- build-depends: base >= 4, aeson, directory, text, mtl,
-- pandoc-types >= 1.16 && < 1.18,
-+ pandoc-types >= 1.16 && < 1.20,
- pandoc >= 1.16 && < 2.1,
- filepath,
- bytestring, pandoc-citeproc, process, temporary >= 1.1,
-@@ -185,7 +185,7 @@ test-suite test-pandoc-citeproc
- Prelude
- Hs-Source-Dirs: tests, prelude, compat
- build-depends: base >= 4, aeson, directory, text,
-- pandoc-types >= 1.16 && < 1.18, mtl,
-+ pandoc-types >= 1.16 && < 1.20, mtl,
- pandoc >= 1.16 && < 2.1, filepath,
- bytestring, pandoc-citeproc, process, temporary >= 1.1,
- yaml >= 0.8.8.7