packages feed

Cabal revisions of weeder-0.1

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

revision 1
-cabal-version:      >= 1.18-build-type:         Simple-name:               weeder-version:            0.1-license:            BSD3-license-file:       LICENSE-category:           Development-author:             Neil Mitchell <ndmitchell@gmail.com>-maintainer:         Neil Mitchell <ndmitchell@gmail.com>-copyright:          Neil Mitchell 2017-synopsis:           Detect dead code-description:-    Find redundant package dependencies or redundant module exports.-homepage:           https://github.com/ndmitchell/weeder#readme-bug-reports:        https://github.com/ndmitchell/weeder/issues-extra-doc-files:-    README.md-    CHANGES.txt-tested-with:        GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3--source-repository head-    type:     git-    location: https://github.com/ndmitchell/weeder.git--executable weeder-    default-language:   Haskell2010-    main-is:            Main.hs-    hs-source-dirs:     src-    build-depends:-        base == 4.*,-        text,-        unordered-containers,-        yaml,-        vector,-        hashable,-        filepath,-        cmdargs,-        aeson,-        yaml,-        bytestring,-        process >= 1.2.3.0,-        extra-    other-modules:-        Cabal-        Hi-        Stack-        Util-        Check-        Warning-        CmdLine+cabal-version:      >= 1.18
+build-type:         Simple
+name:               weeder
+version:            0.1
+x-revision: 1
+license:            BSD3
+license-file:       LICENSE
+category:           Development
+author:             Neil Mitchell <ndmitchell@gmail.com>
+maintainer:         Neil Mitchell <ndmitchell@gmail.com>
+copyright:          Neil Mitchell 2017
+synopsis:           Detect dead code
+description:
+    Find redundant package dependencies or redundant module exports.
+homepage:           https://github.com/ndmitchell/weeder#readme
+bug-reports:        https://github.com/ndmitchell/weeder/issues
+extra-doc-files:
+    README.md
+    CHANGES.txt
+tested-with:        GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3
+
+source-repository head
+    type:     git
+    location: https://github.com/ndmitchell/weeder.git
+
+executable weeder
+    default-language:   Haskell2010
+    main-is:            Main.hs
+    hs-source-dirs:     src
+    build-depends:
+        base >= 4.6 && < 5,
+        text,
+        unordered-containers,
+        yaml,
+        vector,
+        hashable,
+        filepath,
+        cmdargs,
+        aeson,
+        yaml,
+        bytestring,
+        process >= 1.2.3.0,
+        extra
+    other-modules:
+        Cabal
+        Hi
+        Stack
+        Util
+        Check
+        Warning
+        CmdLine
revision 2
 build-type:         Simple
 name:               weeder
 version:            0.1
-x-revision: 1
+x-revision: 2
 license:            BSD3
 license-file:       LICENSE
 category:           Development
     main-is:            Main.hs
     hs-source-dirs:     src
     build-depends:
-        base >= 4.6 && < 5,
+        base >= 4.6 && < 4.11,
         text,
         unordered-containers,
         yaml,
revision 3
 build-type:         Simple
 name:               weeder
 version:            0.1
-x-revision: 2
+x-revision: 3
 license:            BSD3
 license-file:       LICENSE
 category:           Development
         hashable,
         filepath,
         cmdargs,
-        aeson,
+        aeson < 2,
         yaml,
         bytestring,
         process >= 1.2.3.0,