suckless-conf/suckless-conf.cabal

27 lines
624 B
Plaintext

cabal-version: 3.0
name: suckless-conf
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD-3-Clause
license-file: LICENSE
author: Dmitry Zuikov
maintainer: dzuikov@gmail.com
-- copyright:
category: Text
build-type: Simple
extra-doc-files: CHANGELOG.md
-- extra-source-files:
common warnings
ghc-options: -Wall
library
import: warnings
exposed-modules: MyLib
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.15.1.0
hs-source-dirs: lib
default-language: Haskell2010