alfred 0.2 → 0.2.1
raw patch · 1 files changed
+15/−3 lines, 1 filesdep +network-uridep ~networkPVP ok
version bump matches the API change (PVP)
Dependencies added: network-uri
Dependency ranges changed: network
API changes (from Hackage documentation)
Files
- alfred.cabal +15/−3
alfred.cabal view
@@ -1,7 +1,10 @@ Name: alfred-Version: 0.2+Version: 0.2.1 Synopsis: utility library for Alfred version 2-Description: A utility library for writing workflows for Alfred version 2 (<http://www.alfredapp.com>).+Description: + A utility library for writing workflows for Alfred version 2+ (<http://www.alfredapp.com>). Examples can be found at+ <https://github.com/pa-ba/alfred/tree/master/examples>. Category: Utils@@ -16,11 +19,20 @@ type: git location: https://github.com/pa-ba/alfred.git ++flag network-uri+ description: Get Network.URI from the network-uri package+ default: True+ library Exposed-Modules: Alfred Alfred.Query+ if flag(network-uri)+ build-depends: network-uri >= 2.6+ else+ build-depends: network < 2.6 - Build-Depends: base == 4.*, aeson >= 0.7, bytestring, text >= 1.0, xmlgen, network, HTTP,+ Build-Depends: base == 4.*, aeson >= 0.7, bytestring, text >= 1.0, xmlgen, HTTP, hexpat >= 0.20 hs-source-dirs: src ghc-options: -W