slidemews 0.2 → 0.3
raw patch · 2 files changed
+2/−34 lines, 2 files
Files
- slideme.cabal +0/−32
- slidemews.cabal +2/−2
− slideme.cabal
@@ -1,32 +0,0 @@-Name: slidemews-Version: 0.2-Synopsis: ws convert markdown to reveal-js-Description: Simple WebService to convert markdown to reveal-js-License: AllRightsReserved-Author: Jean-Alexandre Peyroux-Maintainer: m@j4.pe-Stability: Experimental-Category: Web-Build-type: Simple-Cabal-version: >=1.2--Executable slidemews- hs-source-dirs: src- main-is: Main.hs-- Build-depends:- base >= 4 && < 5,- bytestring >= 0.9.1 && < 0.11,- MonadCatchIO-transformers >= 0.2.1 && < 0.4,- mtl >= 2 && < 3,- snap-core >= 0.9 && < 0.11,- snap-server >= 0.9 && < 0.11,- aeson >= 0.7,- pandoc >= 1.12,- utf8-string >= 0.3-- if impl(ghc >= 6.12.0)- ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2- -fno-warn-unused-do-bind- else- ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -O2
slidemews.cabal view
@@ -1,7 +1,7 @@ Name: slidemews-Version: 0.2+Version: 0.3 Synopsis: ws convert markdown to reveal-js-Description: Simple WebService to convert markdown to reveal-js+Description: Simple WebService to convert markdown to reveal-js | https://github.com/j4/slidemews License: GPL Author: Jean-Alexandre Peyroux Maintainer: m@j4.pe