packages feed

yaml-pretty-extras-0.0.1.2: yaml-pretty-extras.cabal

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

name:           yaml-pretty-extras
version:        0.0.1.2
synopsis:       Extra functionality for pretty printing Yaml documents.
description:    Extra functionality for pretty printing Yaml documents. Allows precise field ordering.
category:       Data
author:         Daniel Firth
maintainer:     locallycompact@gmail.com
copyright:      2018 Daniel Firth
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://gitlab.com/locallycompact/yaml-pretty-extras

library
  exposed-modules:
      Data.Yaml.Pretty.Extras
  other-modules:
      Paths_yaml_pretty_extras
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring
    , errors
    , mtl
    , rio
    , text
    , yaml
  default-language: Haskell2010

test-suite yaml-pretty-extras-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_yaml_pretty_extras
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring
    , errors
    , hspec
    , mtl
    , rio
    , text
    , yaml
    , yaml-pretty-extras
  default-language: Haskell2010