packages feed

Cabal revisions of weeder-1.0.7

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:            1.0.7-license:            BSD3-license-file:       LICENSE-category:           Development-author:             Neil Mitchell <ndmitchell@gmail.com>-maintainer:         Neil Mitchell <ndmitchell@gmail.com>-copyright:          Neil Mitchell 2017-2018-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.4.3, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3--source-repository head-    type:     git-    location: https://github.com/ndmitchell/weeder.git--library-    default-language:   Haskell2010-    hs-source-dirs:     src-    if impl(ghc < 8.0)-        build-depends: semigroups >= 0.18-    build-depends:-        base >= 4.6 && < 5,-        text,-        unordered-containers,-        yaml,-        vector,-        hashable,-        directory,-        deepseq,-        filepath,-        cmdargs,-        yaml >= 0.5.0,-        aeson >= 1.1.2.0,-        bytestring,-        foundation >= 0.0.13,-        process >= 1.2.3.0,-        extra >= 1.6.4-    exposed-modules:-        Weeder-    other-modules:-        Cabal-        Hi-        Stack-        Util-        Check-        Warning-        CmdLine-        Str-        Paths_weeder--executable weeder-    default-language:   Haskell2010-    main-is:            src/Main.hs-    build-depends:-        base,-        weeder+cabal-version:      >= 1.18
+build-type:         Simple
+name:               weeder
+version:            1.0.7
+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-2018
+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.4.3, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3
+
+source-repository head
+    type:     git
+    location: https://github.com/ndmitchell/weeder.git
+
+library
+    default-language:   Haskell2010
+    hs-source-dirs:     src
+    if impl(ghc < 8.0)
+        build-depends: semigroups >= 0.18
+    build-depends:
+        base >= 4.6 && < 5,
+        text,
+        unordered-containers,
+        yaml,
+        vector,
+        hashable,
+        directory,
+        deepseq,
+        filepath,
+        cmdargs,
+        yaml >= 0.5.0,
+        aeson >= 1.1.2.0 && <2,
+        bytestring,
+        foundation >= 0.0.13,
+        process >= 1.2.3.0,
+        extra >= 1.6.4
+    exposed-modules:
+        Weeder
+    other-modules:
+        Cabal
+        Hi
+        Stack
+        Util
+        Check
+        Warning
+        CmdLine
+        Str
+        Paths_weeder
+
+executable weeder
+    default-language:   Haskell2010
+    main-is:            src/Main.hs
+    build-depends:
+        base,
+        weeder