alfred-0.2: alfred.cabal
Name: alfred
Version: 0.2
Synopsis: utility library for Alfred version 2
Description: A utility library for writing workflows for Alfred version 2 (<http://www.alfredapp.com>).
Category: Utils
License: BSD3
License-file: LICENSE
Author: Patrick Bahr
Maintainer: paba@di.ku.dk
Build-Type: Simple
Cabal-Version: >=1.9.2
source-repository head
type: git
location: https://github.com/pa-ba/alfred.git
library
Exposed-Modules: Alfred
Alfred.Query
Build-Depends: base == 4.*, aeson >= 0.7, bytestring, text >= 1.0, xmlgen, network, HTTP,
hexpat >= 0.20
hs-source-dirs: src
ghc-options: -W