packages feed

Cabal revisions of th-desugar-1.5.5

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

revision 1
-name:           th-desugar-version:        1.5.5-cabal-version:  >= 1.10-synopsis:       Functions to desugar Template Haskell-homepage:       http://www.cis.upenn.edu/~eir/packages/th-desugar-category:       Template Haskell-author:         Richard Eisenberg <eir@cis.upenn.edu>-maintainer:     Richard Eisenberg <eir@cis.upenn.edu>-bug-reports:    https://github.com/goldfirere/th-desugar/issues-stability:      experimental-extra-source-files: README.md, CHANGES.md-license:        BSD3-license-file:   LICENSE-build-type:     Simple-description:-    This package provides the Language.Haskell.TH.Desugar module, which desugars-    Template Haskell's rich encoding of Haskell syntax into a simpler encoding.-    This desugaring discards surface syntax information (such as the use of infix-    operators) but retains the original meaning of the TH code. The intended use-    of this package is as a preprocessor for more advanced code manipulation-    tools. Note that the input to any of the ds... functions should be produced-    from a TH quote, using the syntax [| ... |]. If the input to these functions-    is a hand-coded TH syntax tree, the results may be unpredictable. In-    particular, it is likely that promoted datatypes will not work as expected.--source-repository this-  type:     git-  location: https://github.com/goldfirere/th-desugar.git-  tag:      v1.5.5--library-  build-depends:-      base >= 4 && < 5,-      template-haskell,-      containers >= 0.5,-      mtl >= 2.1,-      syb >= 0.4,-      th-lift >= 0.6.1,-      th-orphans >= 0.9.1-  default-extensions: TemplateHaskell-  exposed-modules:    Language.Haskell.TH.Desugar,-                      Language.Haskell.TH.Desugar.Sweeten,-                      Language.Haskell.TH.Desugar.Lift,-                      Language.Haskell.TH.Desugar.Expand-  other-modules:      Language.Haskell.TH.Desugar.Core,-                      Language.Haskell.TH.Desugar.Match,-                      Language.Haskell.TH.Desugar.Util,-                      Language.Haskell.TH.Desugar.Reify-  default-language:   Haskell2010-  ghc-options:        -Wall---test-suite spec-  type:               exitcode-stdio-1.0-  ghc-options:        -Wall -main-is Run-  default-language:   Haskell2010-  default-extensions: TemplateHaskell-  hs-source-dirs:     Test-  main-is:            Run.hs-  other-modules:      Splices, Dec, DsDec--  build-depends:-      base >= 4 && < 5,-      template-haskell,-      containers >= 0.5,-      mtl >= 2.1,-      syb >= 0.4,-      HUnit >= 1.2,-      hspec >= 1.3,-      th-desugar,-      th-lift >= 0.6.1,-      th-orphans >= 0.9.1+name:           th-desugar
+version:        1.5.5
+x-revision: 1
+cabal-version:  >= 1.10
+synopsis:       Functions to desugar Template Haskell
+homepage:       http://www.cis.upenn.edu/~eir/packages/th-desugar
+category:       Template Haskell
+author:         Richard Eisenberg <eir@cis.upenn.edu>
+maintainer:     Richard Eisenberg <eir@cis.upenn.edu>
+bug-reports:    https://github.com/goldfirere/th-desugar/issues
+stability:      experimental
+extra-source-files: README.md, CHANGES.md
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+description:
+    This package provides the Language.Haskell.TH.Desugar module, which desugars
+    Template Haskell's rich encoding of Haskell syntax into a simpler encoding.
+    This desugaring discards surface syntax information (such as the use of infix
+    operators) but retains the original meaning of the TH code. The intended use
+    of this package is as a preprocessor for more advanced code manipulation
+    tools. Note that the input to any of the ds... functions should be produced
+    from a TH quote, using the syntax [| ... |]. If the input to these functions
+    is a hand-coded TH syntax tree, the results may be unpredictable. In
+    particular, it is likely that promoted datatypes will not work as expected.
+
+source-repository this
+  type:     git
+  location: https://github.com/goldfirere/th-desugar.git
+  tag:      v1.5.5
+
+library
+  build-depends:
+      base >= 4 && < 4.9,
+      template-haskell < 2.11,
+      containers >= 0.5,
+      mtl >= 2.1,
+      syb >= 0.4,
+      th-lift >= 0.6.1,
+      th-orphans >= 0.9.1
+  default-extensions: TemplateHaskell
+  exposed-modules:    Language.Haskell.TH.Desugar,
+                      Language.Haskell.TH.Desugar.Sweeten,
+                      Language.Haskell.TH.Desugar.Lift,
+                      Language.Haskell.TH.Desugar.Expand
+  other-modules:      Language.Haskell.TH.Desugar.Core,
+                      Language.Haskell.TH.Desugar.Match,
+                      Language.Haskell.TH.Desugar.Util,
+                      Language.Haskell.TH.Desugar.Reify
+  default-language:   Haskell2010
+  ghc-options:        -Wall
+
+
+test-suite spec
+  type:               exitcode-stdio-1.0
+  ghc-options:        -Wall -main-is Run
+  default-language:   Haskell2010
+  default-extensions: TemplateHaskell
+  hs-source-dirs:     Test
+  main-is:            Run.hs
+  other-modules:      Splices, Dec, DsDec
+
+  build-depends:
+      base >= 4 && < 5,
+      template-haskell,
+      containers >= 0.5,
+      mtl >= 2.1,
+      syb >= 0.4,
+      HUnit >= 1.2,
+      hspec >= 1.3,
+      th-desugar,
+      th-lift >= 0.6.1,
+      th-orphans >= 0.9.1
revision 2
 name:           th-desugar
 version:        1.5.5
-x-revision: 1
+x-revision: 2
 cabal-version:  >= 1.10
 synopsis:       Functions to desugar Template Haskell
 homepage:       http://www.cis.upenn.edu/~eir/packages/th-desugar
       base >= 4 && < 4.9,
       template-haskell < 2.11,
       containers >= 0.5,
-      mtl >= 2.1,
+      mtl >= 2.1 && < 2.3,
       syb >= 0.4,
       th-lift >= 0.6.1,
       th-orphans >= 0.9.1