bisc/bisc.cabal

20 lines
765 B
Plaintext
Raw Normal View History

2018-09-21 21:34:31 +02:00
name: bisc
version: 0.1.0.0
synopsis: A small tool that clears qutebrowser cookies.
license: GPL-3
license-file: LICENSE
author: Michele Guerini Rocco
maintainer: rnhmjoj@inventati.org
copyright: Copyright (C) 2018 Michele Guerini Rocco
category: Utility
build-type: Simple
cabal-version: >=1.10
executable bisc
main-is: Main.hs
2018-10-07 15:36:14 +02:00
build-depends: base ==4.* , selda ==0.3.*,
2018-09-21 21:34:31 +02:00
selda-sqlite ==0.1.*,
2018-09-23 13:40:12 +02:00
xdg-basedir, filepath, directory, text
2018-09-21 21:34:31 +02:00
default-language: Haskell2010
default-extensions: DeriveGeneric, OverloadedStrings
OverloadedLabels, FlexibleContexts