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: 9f53cae07c8fcf3fa27cc9505e374b8631c3352836534f7ce2be4fb6f03de5cb name: tracked-files version: 0.1.0.0 synopsis: Package to list all tracked and untracked existing files via Git. description: Please see the README on GitHub at category: System homepage: https://github.com/joshuaclayton/tracked-files#readme bug-reports: https://github.com/joshuaclayton/tracked-files/issues author: Josh Clayton maintainer: sayhi@joshuaclayton.me copyright: 2020 Josh Clayton license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/joshuaclayton/tracked-files library exposed-modules: System.TrackedFiles other-modules: Paths_tracked_files hs-source-dirs: src build-depends: base >=4.7 && <5 , directory , process default-language: Haskell2010 executable tracked-files main-is: Main.hs other-modules: Paths_tracked_files hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , directory , process , text , tracked-files default-language: Haskell2010 test-suite tracked-files-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: System.TrackedFilesSpec Paths_tracked_files hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , directory , hspec , process , tracked-files default-language: Haskell2010