packages feed

Cabal revisions of keycode-0.2.2

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

revision 1
-name:                keycode-version:             0.2.2-synopsis:            Maps web browser keycodes to their corresponding keyboard keys-description:         Keyboard events in web browsers are often represented as keycodes,-                     which (1) are difficult to remember, and (2) sometimes vary from-                     browser to browser. "Web.KeyCode" allows one to look up a key-                     press's keycode and get a plain English description of the key-                     that was pressed, to reduce confusion.-homepage:            https://github.com/RyanGlScott/keycode-bug-reports:         https://github.com/RyanGlScott/keycode/issues-license:             BSD3-license-file:        LICENSE-author:              Ryan Scott-maintainer:          Ryan Scott <ryan.gl.scott@gmail.com>-copyright:           (C) 2015-2016 Ryan Scott-stability:           Experimental-category:            Web-build-type:          Simple-extra-source-files:  CHANGELOG.md, README.md-tested-with:         GHC == 7.0.4-                   , GHC == 7.2.2-                   , GHC == 7.4.2-                   , GHC == 7.6.3-                   , GHC == 7.8.4-                   , GHC == 7.10.3-                   , GHC == 8.0.1-cabal-version:       >=1.10--source-repository head-  type:                git-  location:            https://github.com/RyanGlScott/keycode--library-  exposed-modules:     Web.KeyCode-  build-depends:       base             >= 3 && < 5-                     , containers-                     , ghc-prim-  if impl(ghc >= 8.0)-    build-depends:     template-haskell >= 2.11 && < 2.12-  hs-source-dirs:      src-  default-language:    Haskell98-  ghc-options:         -Wall+name:                keycode
+version:             0.2.2
+x-revision: 1
+synopsis:            Maps web browser keycodes to their corresponding keyboard keys
+description:         Keyboard events in web browsers are often represented as keycodes,
+                     which (1) are difficult to remember, and (2) sometimes vary from
+                     browser to browser. "Web.KeyCode" allows one to look up a key
+                     press's keycode and get a plain English description of the key
+                     that was pressed, to reduce confusion.
+homepage:            https://github.com/RyanGlScott/keycode
+bug-reports:         https://github.com/RyanGlScott/keycode/issues
+license:             BSD3
+license-file:        LICENSE
+author:              Ryan Scott
+maintainer:          Ryan Scott <ryan.gl.scott@gmail.com>
+copyright:           (C) 2015-2016 Ryan Scott
+stability:           Experimental
+category:            Web
+build-type:          Simple
+extra-source-files:  CHANGELOG.md, README.md
+tested-with:         GHC == 7.0.4
+                   , GHC == 7.2.2
+                   , GHC == 7.4.2
+                   , GHC == 7.6.3
+                   , GHC == 7.8.4
+                   , GHC == 7.10.3
+                   , GHC == 8.0.1
+cabal-version:       >=1.10
+
+source-repository head
+  type:                git
+  location:            https://github.com/RyanGlScott/keycode
+
+library
+  exposed-modules:     Web.KeyCode
+  build-depends:       base             >= 3 && < 5
+                     , containers
+                     , ghc-prim
+  if impl(ghc >= 8.0)
+    build-depends:     template-haskell >= 2.11 && < 2.13
+  hs-source-dirs:      src
+  default-language:    Haskell98
+  ghc-options:         -Wall
revision 2
 name:                keycode
 version:             0.2.2
-x-revision: 1
+x-revision: 2
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.13
+    build-depends:     template-haskell >= 2.11 && < 2.14
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 3
 name:                keycode
 version:             0.2.2
-x-revision: 2
+x-revision: 3
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.14
+    build-depends:     template-haskell >= 2.11 && < 2.15
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 4
 name:                keycode
 version:             0.2.2
-x-revision: 3
+x-revision: 4
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.15
+    build-depends:     template-haskell >= 2.11 && < 2.16
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 5
 name:                keycode
 version:             0.2.2
-x-revision: 4
+x-revision: 5
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.16
+    build-depends:     template-haskell >= 2.11 && < 2.17
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 6
 name:                keycode
 version:             0.2.2
-x-revision: 5
+x-revision: 6
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.17
+    build-depends:     template-haskell >= 2.11 && < 2.18
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 7
 name:                keycode
 version:             0.2.2
-x-revision: 6
+x-revision: 7
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.18
+    build-depends:     template-haskell >= 2.11 && < 2.19
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 8
 name:                keycode
 version:             0.2.2
-x-revision: 7
+x-revision: 8
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.19
+    build-depends:     template-haskell >= 2.11 && < 2.20
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 9
 name:                keycode
 version:             0.2.2
-x-revision: 8
+x-revision: 9
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.20
+    build-depends:     template-haskell >= 2.11 && < 2.21
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 10
 name:                keycode
 version:             0.2.2
-x-revision: 9
+x-revision: 10
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.21
+    build-depends:     template-haskell >= 2.11 && < 2.22
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall
revision 11
 name:                keycode
 version:             0.2.2
-x-revision: 10
+x-revision: 11
 synopsis:            Maps web browser keycodes to their corresponding keyboard keys
 description:         Keyboard events in web browsers are often represented as keycodes,
                      which (1) are difficult to remember, and (2) sometimes vary from
                      , containers
                      , ghc-prim
   if impl(ghc >= 8.0)
-    build-depends:     template-haskell >= 2.11 && < 2.22
+    build-depends:     template-haskell >= 2.11 && < 2.23
   hs-source-dirs:      src
   default-language:    Haskell98
   ghc-options:         -Wall