diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pandoc-citeproc.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pandoc-citeproc.rb b/Library/Formula/pandoc-citeproc.rb index 3489b1d56..f8f7ee161 100644 --- a/Library/Formula/pandoc-citeproc.rb +++ b/Library/Formula/pandoc-citeproc.rb @@ -8,6 +8,12 @@ class PandocCiteproc < Formula url "http://hackage.haskell.org/package/pandoc-citeproc-0.3.0.1/pandoc-citeproc-0.3.0.1.tar.gz" sha1 "958309f9996d563ffba0bd4870bb7f201aac08e8" + bottle do + sha1 "e94a82ea226531abb6be5da81305f6f71e55a92e" => :mavericks + sha1 "123132215cb70fb6b7253d6cf26d43e463385a79" => :mountain_lion + sha1 "58092e747a0ce49b2975efcae3ec7b643225863a" => :lion + end + depends_on "ghc" => :build depends_on "cabal-install" => :build depends_on "gmp" |
