cabal-version: 3.0 name: dfetch version: 0.1.0.0 -- synopsis: -- description: -- license: BSD-3-Clause -- license-file: LICENSE author: Kleidi Bujari maintainer: mail@4kb.net -- copyright: build-type: Simple -- extra-doc-files: CHANGELOG.md -- extra-source-files: common warnings ghc-options: -Wall executable dfetch import: warnings main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base ^>=4.20.2.0, directory >= 1.3.8.5, filepath >= 1.5.4.0 hs-source-dirs: app default-language: Haskell2010