packages feed

yamlkeysdiff-0.5.1: yamlkeysdiff.cabal

-- Initial yamlkeysdiff.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                yamlkeysdiff
version:             0.5.1
synopsis:            Compares the keys from two yaml files
-- description:         
homepage:            https://github.com/acatton/yamlkeysdiff
license:             OtherLicense
license-file:        LICENSE
author:              Antoine Catton
maintainer:          devel@antoine.catton.fr
-- copyright:           
category:            Utilities
build-type:          Simple
extra-source-files:  README.rst
                     CHANGES.rst
cabal-version:       >=1.10

executable yamlkeysdiff
  main-is:             Main.hs
  other-modules:       YamlKeysDiff.Diff
                       YamlKeysDiff.Filename
                       YamlKeysDiff.Formatting
                       YamlKeysDiff.Opts
  -- other-extensions:    
  build-depends:       base >=4.6 && <4.8,
                       containers >= 0.5 && <0.6,
                       parsec >=3.1 && <3.2,
                       unordered-containers >=0.2 && <0.3,
                       text >=0.11 && <0.12,
                       yaml >=0.8 && <0.9
  hs-source-dirs:      src
  default-language:    Haskell2010