packages feed

Cabal revisions of haskell-packages-0.2.2

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

revision 1
  name:                haskell-packages version:             0.2.2+x-revision: 1 synopsis:            Haskell suite library for package management and integration with Cabal description:         See <http://documentup.com/haskell-suite/haskell-packages> license:             MIT     , optparse-applicative >= 0.5.1     , aeson == 0.6.*     , bytestring >=0.9-    , Cabal >= 1.16+    , Cabal >= 1.16 && < 1.21     , deepseq     , directory     , filepath
revision 2
--- Initial haskell-packages.cabal generated by cabal init.  For further +-- Initial haskell-packages.cabal generated by cabal init.  For further -- documentation, see http://haskell.org/cabal/users-guide/  name:                haskell-packages version:             0.2.2-x-revision: 1+x-revision: 2 synopsis:            Haskell suite library for package management and integration with Cabal description:         See <http://documentup.com/haskell-suite/haskell-packages> license:             MIT     Paths_haskell_packages   build-depends:       base >=4.5 && < 5-    , optparse-applicative >= 0.5.1+    , optparse-applicative >= 0.5.1 && < 0.6     , aeson == 0.6.*     , bytestring >=0.9     , Cabal >= 1.16 && < 1.21
revision 3
--- Initial haskell-packages.cabal generated by cabal init.  For further--- documentation, see http://haskell.org/cabal/users-guide/--name:                haskell-packages-version:             0.2.2-x-revision: 2-synopsis:            Haskell suite library for package management and integration with Cabal-description:         See <http://documentup.com/haskell-suite/haskell-packages>-license:             MIT-license-file:        LICENSE-author:              Roman Cheplyaka-maintainer:          Roman Cheplyaka <roma@ro-che.info>-copyright:           (c) Roman Cheplyaka 2012-category:            Distribution-homepage:            http://documentup.com/haskell-suite/haskell-packages-bug-reports:         https://github.com/haskell-suite/haskell-packages/issues-build-type:          Simple-cabal-version:       >=1.10-extra-source-files:-  README.md--source-repository head-  type:     git-  location: git://github.com/haskell-suite/haskell-packages.git--source-repository this-  type:     git-  location: git://github.com/haskell-suite/haskell-packages.git-  tag:      v0.2.2--library-  default-language:    Haskell2010-  Hs-source-dirs:-    src-  ghc-options: -Wall -fno-warn-name-shadowing-  exposed-modules:-    Distribution.HaskellSuite-    Distribution.HaskellSuite.Compiler-    Distribution.HaskellSuite.Packages-    Distribution.HaskellSuite.Modules-  other-modules:-    Distribution.HaskellSuite.Cabal-    Paths_haskell_packages-  build-depends:-      base >=4.5 && < 5-    , optparse-applicative >= 0.5.1 && < 0.6-    , aeson == 0.6.*-    , bytestring >=0.9-    , Cabal >= 1.16 && < 1.21-    , deepseq-    , directory-    , filepath-    , containers-    , mtl >= 2.1-    , hse-cpp-    , EitherT-    , haskell-src-exts >= 1.14-    , tagged+-- Initial haskell-packages.cabal generated by cabal init.  For further
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                haskell-packages
+version:             0.2.2
+x-revision: 3
+synopsis:            Haskell suite library for package management and integration with Cabal
+description:         See <http://documentup.com/haskell-suite/haskell-packages>
+license:             MIT
+license-file:        LICENSE
+author:              Roman Cheplyaka
+maintainer:          Roman Cheplyaka <roma@ro-che.info>
+copyright:           (c) Roman Cheplyaka 2012
+category:            Distribution
+homepage:            http://documentup.com/haskell-suite/haskell-packages
+bug-reports:         https://github.com/haskell-suite/haskell-packages/issues
+build-type:          Simple
+cabal-version:       >=1.10
+extra-source-files:
+  README.md
+
+source-repository head
+  type:     git
+  location: git://github.com/haskell-suite/haskell-packages.git
+
+source-repository this
+  type:     git
+  location: git://github.com/haskell-suite/haskell-packages.git
+  tag:      v0.2.2
+
+library
+  default-language:    Haskell2010
+  Hs-source-dirs:
+    src
+  ghc-options: -Wall -fno-warn-name-shadowing
+  exposed-modules:
+    Distribution.HaskellSuite
+    Distribution.HaskellSuite.Compiler
+    Distribution.HaskellSuite.Packages
+    Distribution.HaskellSuite.Modules
+  other-modules:
+    Distribution.HaskellSuite.Cabal
+    Paths_haskell_packages
+  build-depends:
+      base >=4.5 && < 4.7
+    , optparse-applicative >= 0.5.1 && < 0.6
+    , aeson == 0.6.*
+    , bytestring >=0.9
+    , Cabal >= 1.16 && < 1.21
+    , deepseq
+    , directory
+    , filepath
+    , containers
+    , mtl >= 2.1
+    , hse-cpp
+    , EitherT
+    , haskell-src-exts >= 1.14
+    , tagged