cabal-version: 3.0 name: ret version: 0.1.5.1 synopsis: A tool that returns to a landmark parent directory description: A tool that outputs a parent directory with a landmark homepage: https://github.com/schuelermine/ret bug-reports: https://github.com/schuelermine/ret/issues license: MIT license-file: LICENSE author: Anselm Schüler maintainer: mail@anselmschueler.com copyright: ⓒ 2022 Anselm Schüler category: Tool extra-source-files: README.md executable ret main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >= 4.15 && <= 5, unix >= 2.7, filepath >= 1.4, directory >= 1.3, containers >= 0.6, case-insensitive >= 1.2 -- hs-source-dirs: default-language: Haskell2010