aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndrew Dunning2014-08-17 14:44:43 -0400
committerJack Nagel2014-08-17 15:34:48 -0500
commita5d07e981d675d2bf4a7c00df2a2d1606ae5c5f0 (patch)
treec16f6a44e60d290c7a221655ec455d995b8c703d /Library
parent5ad41d5a4524407f1ab728c6b6954a0b4c6ab5de (diff)
downloadhomebrew-a5d07e981d675d2bf4a7c00df2a2d1606ae5c5f0.tar.bz2
pandoc-citeproc 0.4; remove old dependencies
Closes #31663. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pandoc-citeproc.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/pandoc-citeproc.rb b/Library/Formula/pandoc-citeproc.rb
index 2faf0814e..f1e5932cd 100644
--- a/Library/Formula/pandoc-citeproc.rb
+++ b/Library/Formula/pandoc-citeproc.rb
@@ -5,9 +5,8 @@ class PandocCiteproc < Formula
include Language::Haskell::Cabal
homepage "https://github.com/jgm/pandoc-citeproc"
- url "http://hackage.haskell.org/package/pandoc-citeproc-0.3.1/pandoc-citeproc-0.3.1.tar.gz"
- sha1 "b972020fd6fa8447854b14d786c289062989b722"
- revision 1
+ url "https://hackage.haskell.org/package/pandoc-citeproc-0.4/pandoc-citeproc-0.4.tar.gz"
+ sha1 "49257c3aa01144e8b9142c079e9cc1d92f97d7d8"
bottle do
sha1 "234bfacbe8f484a7304277ffc4f4817fd5316267" => :mavericks
@@ -22,8 +21,7 @@ class PandocCiteproc < Formula
def install
cabal_sandbox do
- cabal_install_tools "alex", "happy"
- cabal_install "--only-dependencies", "--constraint=temporary==1.2.0.1"
+ cabal_install "--only-dependencies"
cabal_install "--prefix=#{prefix}"
end
cabal_clean_lib