This website requires JavaScript.
Explore
Help
Sign in
Tissevert
/
pandoc
Watch
1
Star
0
Fork
You've already forked pandoc
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
b84554880d
pandoc
/
cabal.project
5 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
cabal.project - use source repository stanzas.
2018-09-26 02:48:33 +02:00
packages: pandoc.cabal
Add tests: True to cabal.project. Hoping this fixes the odd new CI failure for cabal.
2020-12-17 06:00:25 +01:00
tests: True
cabal.project: move flags: to top level (not under pandoc:). If it's under the pandoc stanza, it can't be overriden on the command line, it seems. Also we remove ghc-options.
2021-03-19 22:49:42 +01:00
flags: +embed_data_files
Require ghc >= 8.6, base >= 4.12. This allows us to get rid of the old custom prelude and some crufty cpp. But the primary reason for this is that conduit has bumped its base lower bound to 4.12, making it impossible for us to support lower base versions.
2021-11-10 08:43:12 +01:00
constraints: aeson >= 2.0.1.0
Reference in a new issue
Copy permalink