20 lines
757 B
Plaintext
20 lines
757 B
Plaintext
|
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
|
||
|
build-depends: base ==4.10.* , selda ==0.3.*,
|
||
|
selda-sqlite ==0.1.*,
|
||
|
xdg-basedir, filepath, text
|
||
|
default-language: Haskell2010
|
||
|
default-extensions: DeriveGeneric, OverloadedStrings
|
||
|
OverloadedLabels, FlexibleContexts
|