-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: dhall-check version: 1.0.0.0 synopsis: Check all dhall files in a project category: Development homepage: https://github.com/anfelor/dhall-check#readme bug-reports: https://github.com/anfelor/dhall-check/issues author: Anton Felix Lorenzen maintainer: anfelor@posteo.de copyright: BSD3 license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/anfelor/dhall-check executable dhall-check main-is: Main.hs hs-source-dirs: src build-depends: base >= 4.7 && < 5 , containers , directory , dhall , filepath , fsnotify , trifecta , text default-language: Haskell2010