coformat-0.3.0.0: coformat.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 842fc70286283a152b2bed20670e1262702c1b7efa574a215ebab64b09049761
name: coformat
version: 0.3.0.0
synopsis: Generate clang-format config based on some existing code base
description: Please see the README on GitHub at <https://github.com/0xd34df00d/coformat#readme>
category: Language
homepage: https://github.com/0xd34df00d/coformat#readme
bug-reports: https://github.com/0xd34df00d/coformat/issues
author: Georg Rudoy
maintainer: 0xd34df00d@gmail.com
copyright: 2019 Georg Rudoy
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/0xd34df00d/coformat
library
exposed-modules:
Clang.Format.DescrParser
Clang.Format.Formatter
Clang.Format.StyOpts
Clang.Format.YamlConversions
Language.Coformat.Descr
Language.Coformat.Descr.Operations
Language.Coformat.Formatter
Language.Coformat.Formatter.Failure
Language.Coformat.Optimization
Language.Coformat.Pipeline
Language.Coformat.Score
Language.Coformat.Util
Language.Coformat.Variables
other-modules:
Paths_coformat
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, async
, async-pool
, base >=4.7 && <5
, bytestring
, can-i-haz
, command
, command-qq
, containers
, dom-selector
, extra
, fast-logger
, generic-data
, hashable
, html-conduit
, interpolate
, lens
, lens-aeson
, monad-logger
, mtl
, optparse-generic
, scientific
, temporary
, text
, unordered-containers
, xml-conduit
, yaml
default-language: Haskell2010
executable coformat-exe
main-is: Main.hs
other-modules:
Paths_coformat
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, async
, async-pool
, base >=4.7 && <5
, bytestring
, can-i-haz
, coformat
, command
, command-qq
, containers
, dom-selector
, extra
, fast-logger
, generic-data
, hashable
, html-conduit
, interpolate
, lens
, lens-aeson
, monad-logger
, mtl
, optparse-generic
, scientific
, temporary
, text
, unordered-containers
, xml-conduit
, yaml
default-language: Haskell2010
test-suite coformat-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_coformat
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, async
, async-pool
, base >=4.7 && <5
, bytestring
, can-i-haz
, coformat
, command
, command-qq
, containers
, dom-selector
, extra
, fast-logger
, generic-data
, hashable
, html-conduit
, interpolate
, lens
, lens-aeson
, monad-logger
, mtl
, optparse-generic
, scientific
, temporary
, text
, unordered-containers
, xml-conduit
, yaml
default-language: Haskell2010