pandoc-citeproc 0.3.1
This commit is contained in:
parent
f5ebf24135
commit
af1c6e33a2
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +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.0.1/pandoc-citeproc-0.3.0.1.tar.gz"
|
||||
sha1 "958309f9996d563ffba0bd4870bb7f201aac08e8"
|
||||
url "http://hackage.haskell.org/package/pandoc-citeproc-0.3.1/pandoc-citeproc-0.3.1.tar.gz"
|
||||
sha1 "b972020fd6fa8447854b14d786c289062989b722"
|
||||
|
||||
bottle do
|
||||
sha1 "e94a82ea226531abb6be5da81305f6f71e55a92e" => :mavericks
|
||||
|
@ -17,6 +17,7 @@ class PandocCiteproc < Formula
|
|||
depends_on "ghc" => :build
|
||||
depends_on "cabal-install" => :build
|
||||
depends_on "gmp"
|
||||
depends_on "pandoc" => :recommended
|
||||
|
||||
def install
|
||||
cabal_sandbox do
|
||||
|
|
Loading…
Reference in a new issue