bisc/bisc.cabal

33 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-09-21 21:34:31 +02:00
name: bisc
2019-06-02 11:49:03 +02:00
version: 0.2.1.0
2018-09-21 21:34:31 +02:00
synopsis: A small tool that clears qutebrowser cookies.
2019-01-14 12:16:20 +01:00
description:
2019-06-02 11:49:03 +02:00
2019-01-14 12:16:20 +01:00
Bisc clears qutebrowser cookies and javascript local storage
by domains, stored in a whitelist.
2019-03-25 00:19:51 +01:00
homepage: https://maxwell.ydns.eu/git/rnhmjoj/bisc
2018-09-21 21:34:31 +02:00
license: GPL-3
license-file: LICENSE
author: Michele Guerini Rocco
maintainer: rnhmjoj@inventati.org
2019-06-02 11:49:03 +02:00
copyright: Copyright (C) 2019 Michele Guerini Rocco
2018-09-21 21:34:31 +02:00
category: Utility
build-type: Simple
2019-03-25 00:22:17 +01:00
extra-source-files: README.md
2018-09-21 21:34:31 +02:00
cabal-version: >=1.10
2019-03-25 00:19:51 +01:00
source-repository head
type: git
location: https://maxwell.ydns.eu/git/rnhmjoj/bisc
2018-09-21 21:34:31 +02:00
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.*,
2019-06-02 10:39:07 +02:00
filepath, directory, text,
mtl, configurator
2018-09-21 21:34:31 +02:00
default-language: Haskell2010
default-extensions: DeriveGeneric, OverloadedStrings
OverloadedLabels, FlexibleContexts