-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsnipcheck.cabal
More file actions
25 lines (24 loc) · 809 Bytes
/
snipcheck.cabal
File metadata and controls
25 lines (24 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: snipcheck
version: 0.1.0.3
synopsis: Markdown tester
description: Markdown snippet runner and checker
homepage: https://github.com/nmattia/snipcheck#readme
license: MIT
license-file: LICENSE
author: Nicolas Mattia
maintainer: nicolas@nmattia.com
copyright: 2017 Nicolas Mattia
category: Development
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Snipcheck
build-depends: base >= 4.7 && < 5
, containers
, pandoc
, process
, text
default-language: Haskell2010