cabal-version: 3.0 name: ret version: 0.2.1.0 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: ⓒ 2023 Anselm Schüler category: Tool extra-source-files: README.md executable ret main-is: Main.hs build-depends: base >= 4.15 && < 5, unix >= 2.7, filepath >= 1.4, directory >= 1.3, containers >= 0.6, case-insensitive >= 1.2 default-language: Haskell2010 source-repository this type: git location: https://github.com/schuelermine/ret tag: v0.2.1.0 source-repository head type: git location: https://github.com/schuelermine/ret branch: b0