From 9d3600a268127978a34ba282557e74927792bde9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Wed, 13 Apr 2016 21:28:40 +0200 Subject: [PATCH] Remove useless .cabal file --- pandoc-boilerplate.cabal | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 pandoc-boilerplate.cabal diff --git a/pandoc-boilerplate.cabal b/pandoc-boilerplate.cabal deleted file mode 100644 index 5e63a31..0000000 --- a/pandoc-boilerplate.cabal +++ /dev/null @@ -1,25 +0,0 @@ --- 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