packages feed

dhall-check-1.1.0.0: dhall-check.cabal

name: dhall-check
version: 1.1.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: BSD3
maintainer: anfelor@posteo.de
homepage: https://github.com/anfelor/dhall-check#readme
bug-reports: https://github.com/anfelor/dhall-check/issues
synopsis: Check all dhall files in a project
category: Development
author: Anton Felix Lorenzen

source-repository head
    type: git
    location: https://github.com/anfelor/dhall-check

executable dhall-check
    main-is: Main.hs
    build-depends:
        base >=4.7 && <5,
        containers >=0.5.7.1 && <0.6,
        directory >=1.3.0.0 && <1.4,
        dhall >=1.2.0 && <1.3,
        filepath >=1.4.1.1 && <1.5,
        fsnotify >=0.2.1 && <0.3,
        trifecta >=1.6.2.1 && <1.7,
        text >=1.2.2.1 && <1.3
    default-language: Haskell2010
    hs-source-dirs: src