diff options
| author | Shaun Jackman | 2015-01-11 22:30:53 -0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-12 13:32:52 +0000 |
| commit | 461c1987bb0c7d73ddb91a2d4a2ad964bc6ea9e4 (patch) | |
| tree | e8b7dc0ea900d1c02367021a014943b56df89fbd /Library | |
| parent | ad3ba597fe5bae79e1dc927850e1a31035920c3b (diff) | |
| download | homebrew-461c1987bb0c7d73ddb91a2d4a2ad964bc6ea9e4.tar.bz2 | |
pandoc-citeproc 0.6: remove require "formula"
Closes #35768.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pandoc-citeproc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/pandoc-citeproc.rb b/Library/Formula/pandoc-citeproc.rb index 8dba938f0..a8aba6276 100644 --- a/Library/Formula/pandoc-citeproc.rb +++ b/Library/Formula/pandoc-citeproc.rb @@ -1,4 +1,3 @@ -require "formula" require "language/haskell" class PandocCiteproc < Formula |
