Skip to content

Instantly share code, notes, and snippets.

@obcode
Created December 19, 2014 19:51
Show Gist options
  • Save obcode/6f4960c9973120fa08bb to your computer and use it in GitHub Desktop.
Save obcode/6f4960c9973120fa08bb to your computer and use it in GitHub Desktop.
name: md2html
version: 0.1.0.0
synopsis: A Markdown-To-HTML-Compiler
description: A Markdown-To-HTML-Compiler
homepage: http://ob.cs.hm.edu/lectures/compiler
license: BSD3
license-file: LICENSE
author: ...
maintainer: ...
-- copyright:
category: Other
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable md2html
hs-source-dirs: src
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8,
containers
-- hs-source-dirs:
default-language: Haskell2010
test-suite hspec
type: exitcode-stdio-1.0
hs-source-dirs: src tests
main-is: Spec.hs
Build-depends: base >= 4.7 && < 4.8,
containers,
hspec >= 1.12
default-language: Haskell2010
ghc-options: -O2 -Wall -fwarn-tabs -funbox-strict-fields -threaded
-fno-warn-unused-do-bind
source-repository head
type: git
location: https://github.com/ob-cs-hm-edu/compiler_md2html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment