packages feed

Cabal revisions of future-resource-0.3.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                future-resource-version:             0.3.0.0-synopsis:            realtime resource handling with manual concurrency-description:         Similar to async package, lazy resource loading framework for GUI applications-license:             LGPL-3-license-file:        LICENSE-author:              capsjac-maintainer:          capsjac--- copyright:           -category:            Control-build-type:          Simple--- extra-source-files:  -cabal-version:       >=1.10--source-repository head-  type:              git-  location:          https://github.com/capsjac/future-resource--library-  exposed-modules:     Control.Future-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.7 && <4.8-  -- hs-source-dirs:      -  default-language:    Haskell2010+name:                future-resource
+version:             0.3.0.0
+x-revision: 1
+synopsis:            realtime resource handling with manual concurrency
+description:         Similar to async package, lazy resource loading framework for GUI applications
+license:             LGPL-3
+license-file:        LICENSE
+author:              capsjac <capsjac at gmail dot com>
+maintainer:          capsjac <capsjac at gmail dot com>
+copyright:           (c) 2014 capsjac
+category:            Control
+build-type:          Simple
+-- extra-source-files:  
+cabal-version:       >=1.10
+
+source-repository head
+  type:              git
+  location:          https://github.com/capsjac/future-resource
+
+library
+  exposed-modules:     Control.Future
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.7 && <4.8
+  -- hs-source-dirs:      
+  default-language:    Haskell2010