packages feed

hedn-0.3.0.3: hedn.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 84c235a38db770dd0b8f9f27fada3973288d77b2c15ac97f48420e7df492d075

name:           hedn
version:        0.3.0.3
synopsis:       EDN parsing and encoding
description:    A EDN parsing and encoding library.
                .
                Based on "specs" published at <https://github.com/edn-format/edn>.
category:       Data
author:         Alexander Bondarenko
maintainer:     aenor.realm@gmail.com
copyright:      (c) 2019 Alexander Bondarenko
license:        BSD3
license-file:   LICENSE
tested-with:
    GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.4, GHC==9.0.1
build-type:     Simple
extra-source-files:
    CHANGELOG.md
    LICENSE
    README.md

source-repository head
  type: git
  location: https://gitlab.com/dpwiz/hedn

library
  exposed-modules:
      Data.EDN
      Data.EDN.AST.Lexer
      Data.EDN.AST.Parser
      Data.EDN.AST.Printer
      Data.EDN.AST.Types
      Data.EDN.AST.Types.Tagged
      Data.EDN.AST.Types.Value
      Data.EDN.Class
      Data.EDN.Class.Parser
      Data.EDN.QQ
  other-modules:
      Paths_hedn
  hs-source-dirs:
      lib
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <5
    , containers >=0.5.7 && <0.7
    , deepseq >=1.4 && <2
    , deriving-compat >=0.3.6 && <0.6
    , megaparsec >=7.0 && <10
    , parser-combinators >=1.0 && <2
    , prettyprinter >=1.2 && <2
    , scientific ==0.3.*
    , template-haskell >=2.11 && <3
    , text >=1.2 && <2
    , time >=1.6 && <2
    , uuid-types >=1.0 && <2
    , vector >=0.11 && <1
  default-language: Haskell2010

test-suite edn-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Data.EDN.AST.Gen
      Data.EDN.AST.Test
      Data.EDN.Class.Gen
      Data.EDN.Class.Test
      Data.EDN.QQ.Test
      Paths_hedn
  hs-source-dirs:
      tests
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <5
    , containers >=0.5.7 && <0.7
    , hedgehog >=0.6 && <2
    , hedn
    , megaparsec >=7.0 && <10
    , text >=1.2 && <2
    , time >=1.6 && <2
    , uuid-types >=1.0 && <2
    , vector >=0.11 && <1
  default-language: Haskell2010