hocon-0.1.0.0: hocon.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 12270ead08a8273a5e886852616f4732e424ebe6ce7641968b4c92725e95f0c8
name: hocon
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/hocon#readme>
homepage: https://github.com/githubuser/hocon#readme
bug-reports: https://github.com/githubuser/hocon/issues
author: Author name here
maintainer: example@example.com
copyright: 2020 Author name here
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/githubuser/hocon
library
exposed-modules:
Data.Bifunctor.Extra
Data.HOCON
Data.Map
Text.Parser.HOCON
Text.Parser.HOCON.Internal
other-modules:
Paths_hocon
hs-source-dirs:
src
build-depends:
MissingH <=1.4.3.0
, base >=4.7 && <5
, hspec
, parsec <=3.1.14.0
, split <=0.2.3.4
default-language: Haskell2010
executable hocon-exe
main-is: Main.hs
other-modules:
Paths_hocon
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
MissingH <=1.4.3.0
, base >=4.7 && <5
, hocon
, hspec
, parsec <=3.1.14.0
, split <=0.2.3.4
default-language: Haskell2010
test-suite hocon-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.MapSpec
Text.Parser.HOCON.InternalSpec
Text.Parser.HOCONSpec
Paths_hocon
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
MissingH <=1.4.3.0
, base >=4.7 && <5
, hocon
, hspec
, parsec <=3.1.14.0
, split <=0.2.3.4
default-language: Haskell2010