-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconffmt.cabal
More file actions
35 lines (32 loc) · 1 KB
/
conffmt.cabal
File metadata and controls
35 lines (32 loc) · 1 KB
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
26
27
28
29
30
31
32
33
34
35
-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: conffmt
version: 0.2.3.0
synopsis: A .conf file formatter
description: "conffmt" is a @.conf@ file formatter that serves as an example of @language-conf@
category: Data
homepage: https://github.com/beijaflor-io/haskell-language-conf#readme
bug-reports: https://github.com/beijaflor-io/haskell-language-conf/issues
author: Pedro Tacla Yamada
maintainer: tacla.yamada@gmail.com
copyright: Copyright (c) 2016 Pedro Tacla Yamada
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/beijaflor-io/haskell-language-conf
executable conffmt
main-is: ConfFmt.hs
hs-source-dirs:
bin
build-depends:
base >=4 && <5
, text
, optparse-applicative
, megaparsec
, language-conf
, pretty
default-language: Haskell2010