packages feed

pandoc-vimhl 0.1.2.3 → 0.1.2.4

raw patch · 3 files changed

+5/−3 lines, 3 files

Files

Changelog.md view
@@ -1,3 +1,7 @@+### 0.1.2.4++- Removed *shebang* line as it may lead to compilation failures.+ ### 0.1.2.3  - Added support for older GHC *7.8*.
pandoc-vimhl.cabal view
@@ -1,5 +1,5 @@ name:                    pandoc-vimhl-version:                 0.1.2.3+version:                 0.1.2.4 synopsis:                Pandoc filter for native Vim code highlighting description:             Pandoc filter for native Vim code highlighting         in HTML and PDF documents. Requires Vim and plugin
vimhl.hs view
@@ -1,5 +1,3 @@-#!/usr/bin/env runhaskell- {-# LANGUAGE CPP #-}  import Text.Pandoc.JSON