packages feed

Cabal revisions of exceptions-0.10.7

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

revision 1
 name:          exceptions
 category:      Control, Exceptions, Monad
 version:       0.10.7
+x-revision: 1
 cabal-version: >= 1.10
 license:       BSD3
 license-file:  LICENSE
   build-depends:
     base                       >= 4.5      && < 5,
     stm                        >= 2.2      && < 3,
-    template-haskell           >= 2.7      && < 2.20,
+    template-haskell           >= 2.7      && < 2.21,
     mtl                        >= 2.0      && < 2.4
 
   if !impl(ghc >= 8.0)
revision 2
 name:          exceptions
 category:      Control, Exceptions, Monad
 version:       0.10.7
-x-revision: 1
+x-revision:    2
 cabal-version: >= 1.10
 license:       BSD3
 license-file:  LICENSE
 
 source-repository head
   type: git
-  location: git://github.com/ekmett/exceptions.git
+  location: https://github.com/ekmett/exceptions.git
 
 flag transformers-0-4
   description: Use @transformers-0.4@ or later.
   build-depends:
     base                       >= 4.5      && < 5,
     stm                        >= 2.2      && < 3,
-    template-haskell           >= 2.7      && < 2.21,
+    template-haskell           >= 2.7      && < 2.22,
     mtl                        >= 2.0      && < 2.4
 
   if !impl(ghc >= 8.0)