add a .cabal file

This commit is contained in:
Kerl13 2016-03-24 18:39:04 +01:00
parent 0efa4c9ed1
commit 3891cf7123
2 changed files with 28 additions and 0 deletions

3
LICENSE Normal file
View File

@ -0,0 +1,3 @@
As long as you retain this notice you can do whatever you want with this stuff.
If we meet some day, and you think this stuff is worth it, you can buy me a beer
in return.

25
pandoc-boilerplate.cabal Normal file
View File

@ -0,0 +1,25 @@
-- Initial pandoc-boilerplate.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: pandoc-boilerplate
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/Phyks/pandoc_boilerplate
license: Beerware
license-file: LICENSE
author: Martin Pépin
maintainer: martin.pepin@netcourrier.com
-- copyright:
-- category:
build-type: Simple
extra-source-files:
cabal-version: >=1.10
library
-- exposed-modules:
-- other-modules:
-- other-extensions:
build-depends: pandoc, regex-compat, base >=4.6 && <4.7
-- hs-source-dirs:
default-language: Haskell2010