diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-01 23:58:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-01 23:58:25 -0700 |
commit | 2bec94e49f1a8237f8f4853ab2b0e13fba5e882e (patch) | |
tree | 92672f63e1a204a9b9384c4a4e8f5715dac024ac /cabal.project | |
parent | df28f8cf9e9b82998810cf9bb0523b316836d56e (diff) | |
download | pandoc-2bec94e49f1a8237f8f4853ab2b0e13fba5e882e.tar.gz |
cabal.project - remove source-dependency stanzas.
They shouldn't be needed given new releases of these packages.
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cabal.project b/cabal.project index f8432fdd1..a51a96a2c 100644 --- a/cabal.project +++ b/cabal.project @@ -1,17 +1,3 @@ packages: pandoc.cabal allow-newer: haddock-library:base - -source-repository-package - type: git - location: https://github.com/jgm/pandoc-citeproc - tag: 0.14.5 - -source-repository-package - type: git - location: https://github.com/jgm/texmath - tag: 0.11.1.1 - -source-repository-package - type: git - location: https://github.com/vincenthz/hs-memory |