packages feed

hedn-0.3.0.1: hedn.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: f3b90ccbe3e47e61b73ecfb02d73d8aef5786484faa6ee6c6a2d0dc8594a4627

name:           hedn
version:        0.3.0.1
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
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 && <4.14
    , containers >=0.5.7 && <0.7
    , deepseq >=1.4 && <2
    , deriving-compat >=0.3.6 && <0.6
    , megaparsec >=7.0 && <9
    , parser-combinators >=1.0 && <2
    , prettyprinter >=1.2 && <2
    , scientific >=0.3 && <0.4
    , 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 && <4.14
    , containers >=0.5.7 && <0.7
    , hedgehog >=0.6 && <2
    , hedn >=0.2 && <1
    , megaparsec >=7.0 && <9
    , text >=1.2 && <2
    , time >=1.6 && <2
    , uuid-types >=1.0 && <2
    , vector >=0.11 && <1
  default-language: Haskell2010