bisc/bisc.cabal

25 lines
909 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.
2019-01-14 12:16:20 +01:00
description:
Bisc clears qutebrowser cookies and javascript local storage
by domains, stored in a whitelist.
2018-09-21 21:34:31 +02:00
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