cabal-version: 3.0 name: ret version: 0.5.0.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 CHANGELOG.md executable ret ghc-options: -Wall main-is: Main.hs build-depends: base >= 4.15 && < 4.19, filepath >= 1.4 && < 1.5, directory >= 1.3 && < 1.4, containers >= 0.6 && < 0.7, case-insensitive >= 1.2 && < 1.3 default-language: Haskell2010 if !os(windows) cpp-options: -DUNIX build-depends: unix >= 2.7 && < 2.9, source-repository this type: git location: https://github.com/schuelermine/ret tag: v0.5.0.0 source-repository head type: git location: https://github.com/schuelermine/ret branch: b0