From 3891cf7123a556f39ec9d63c158d1228a383580f Mon Sep 17 00:00:00 2001 From: Kerl13 Date: Thu, 24 Mar 2016 18:39:04 +0100 Subject: [PATCH] add a .cabal file --- LICENSE | 3 +++ pandoc-boilerplate.cabal | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 LICENSE create mode 100644 pandoc-boilerplate.cabal diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..992edc4 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/pandoc-boilerplate.cabal b/pandoc-boilerplate.cabal new file mode 100644 index 0000000..5e63a31 --- /dev/null +++ b/pandoc-boilerplate.cabal @@ -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