packages feed

Cabal revisions of shortcut-0.1

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

revision 1
-name: shortcut-version: 0.1-cabal-version: >=1.8-build-type: Simple-license: BSD3-license-file: LICENSE-copyright: 2016 Corentin Dupont-maintainer: Corentin Dupont-stability: Experimental-description: A class for interruptible computations-category: Language-Homepage: http://www.nomyx.net-author: Corentin Dupont-data-files:-data-dir: ""-extra-source-files: AUTHORS README.md--library-    build-depends: base               >= 4.6 && < 5-    exposed-modules: Control.Shortcut-    exposed: True-    buildable: True-    hs-source-dirs: src-    ghc-options: -W--source-repository head-  type:              git-  location:          https://github.com/cdupont/shortcut.git+name: shortcut
+version: 0.1
+x-revision: 1
+cabal-version: >=1.8
+build-type: Simple
+license: BSD3
+license-file: LICENSE
+copyright: 2016 Corentin Dupont
+maintainer: Corentin Dupont
+stability: Experimental
+description: A class for interruptible computations
+category: Language
+Homepage: http://www.nomyx.net
+author: Corentin Dupont
+data-files:
+data-dir: ""
+extra-source-files: AUTHORS README.md
+
+library
+    build-depends: base               >= 4.8 && < 5
+    exposed-modules: Control.Shortcut
+    exposed: True
+    buildable: True
+    hs-source-dirs: src
+    ghc-options: -W
+
+source-repository head
+  type:              git
+  location:          https://github.com/cdupont/shortcut.git