X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=halcyon.cabal;fp=twat.cabal;h=8e8119f1c0cd1ea6557c852bed4788fd67f3c63b;hb=f519b55ffe72acd791bdc91b16918603afce1995;hp=d8180f9f617286696c8229e5333f1d56e63a24b0;hpb=fa3bc2f624f7a7bd6b02e7bfb9fc508150074063;p=dead%2Fhalcyon.git diff --git a/twat.cabal b/halcyon.cabal similarity index 91% rename from twat.cabal rename to halcyon.cabal index d8180f9..8e8119f 100644 --- a/twat.cabal +++ b/halcyon.cabal @@ -1,18 +1,19 @@ -name: twat -version: 0.0 +name: halcyon +version: 0.0.1 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky license: GPL-3 license-file: doc/LICENSE -homepage: http://michael.orlitzky.com/code/twat.php +homepage: http://michael.orlitzky.com/code/halcyon.php bug-reports: mailto:michael@orlitzky.com category: Utils, Web synopsis: - Twat twats tweets so you don't have to Twitter. + Halcyon monitors a list of Twitter accounts and displays or emails + any new tweets. build-type: Simple -executable twat +executable halcyon build-depends: aeson == 0.6.*, authenticate-oauth == 1.4.*, @@ -110,5 +111,5 @@ test-suite testsuite source-repository head type: git - location: http://michael.orlitzky.com/git/twat.git + location: http://michael.orlitzky.com/git/halcyon.git branch: master