packages feed

hocon-0.1.0.4: 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: 82af7ad22d9205b7edfba1a74c46352dce9e775f053c18845b65eca87f2c909f

name:           hocon
version:        0.1.0.4
synopsis:       Small library for typesafe's configuration specification
description:    Small library for typesafe's configuration specification
category:       Data
homepage:       https://github.com/aleperaltabazas/hocon#readme
bug-reports:    https://github.com/aleperaltabazas/hocon/issues
author:         Alejandro Peralta Bazas
maintainer:     aleperaltabazas@gmail.com
copyright:      2020 Alejandro Peralta Bazas
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/aleperaltabazas/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

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