cabal-version: 3.0 name: ret version: 0.1.5.0 synopsis: A tool that returns to a landmark parent directory -- description: -- homepage: -- bug-reports: license: MIT license-file: LICENSE author: Anselm Schüler maintainer: mail@anselmschueler.com -- copyright: 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