packages feed

Cabal revisions of hlint-1.8.50

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

revision 1
-cabal-version:      >= 1.6-build-type:         Simple-name:               hlint-version:            1.8.50-license:            BSD3-license-file:       LICENSE-category:           Development-author:             Neil Mitchell <ndmitchell@gmail.com>-maintainer:         Neil Mitchell <ndmitchell@gmail.com>-copyright:          Neil Mitchell 2006-2013-synopsis:           Source code suggestions-description:-    HLint gives suggestions on how to improve your source code.-homepage:           http://community.haskell.org/~ndm/hlint/-stability:          Beta-data-dir:           data-data-files:-    Default.hs-    Generalise.hs-    Dollar.hs-    HLint.hs-    Test.hs-    report_template.html-    hs-lint.el-    hlint.1-    hlint.ghci-extra-source-files:-    hlint.htm--source-repository head-    type:     git-    location: git://github.com/ndmitchell/hlint.git--flag threaded-    default: True-    description: Build with support for multithreaded execution--library-    build-depends:-        base == 4.*, process, filepath, directory, containers,-        transformers >= 0.0,-        hscolour >= 1.17,-        cpphs >= 1.11,-        haskell-src-exts >= 1.11,-        uniplate >= 1.5--    hs-source-dirs:     src-    exposed-modules:-        Language.Haskell.HLint-    other-modules:-        Paths_hlint-        Apply-        CmdLine-        HLint-        Idea-        Settings-        Report-        Proof-        Test-        Util-        Parallel-        HSE.All-        HSE.Bracket-        HSE.Evaluate-        HSE.Match-        HSE.NameMatch-        HSE.Type-        HSE.Util-        Hint.All-        Hint.Bracket-        Hint.Duplicate-        Hint.Extensions-        Hint.Import-        Hint.Lambda-        Hint.List-        Hint.ListRec-        Hint.Match-        Hint.Monad-        Hint.Naming-        Hint.Pragma-        Hint.Structure-        Hint.Type-        Hint.Util---executable hlint-    build-depends:      base-    hs-source-dirs:     src-    main-is:            Main.hs--    ghc-options:        -fno-warn-overlapping-patterns-    if flag(threaded)-        ghc-options:    -threaded-+cabal-version:      >= 1.6
+build-type:         Simple
+name:               hlint
+version:            1.8.50
+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 2006-2013
+synopsis:           Source code suggestions
+description:
+    HLint gives suggestions on how to improve your source code.
+homepage:           http://community.haskell.org/~ndm/hlint/
+stability:          Beta
+data-dir:           data
+data-files:
+    Default.hs
+    Generalise.hs
+    Dollar.hs
+    HLint.hs
+    Test.hs
+    report_template.html
+    hs-lint.el
+    hlint.1
+    hlint.ghci
+extra-source-files:
+    hlint.htm
+
+source-repository head
+    type:     git
+    location: git://github.com/ndmitchell/hlint.git
+
+flag threaded
+    default: True
+    description: Build with support for multithreaded execution
+
+library
+    build-depends:
+        base == 4.*, process, filepath, directory, containers,
+        transformers >= 0.0,
+        hscolour >= 1.17,
+        cpphs >= 1.11,
+        haskell-src-exts >= 1.11 && < 1.14,
+        uniplate >= 1.5
+
+    hs-source-dirs:     src
+    exposed-modules:
+        Language.Haskell.HLint
+    other-modules:
+        Paths_hlint
+        Apply
+        CmdLine
+        HLint
+        Idea
+        Settings
+        Report
+        Proof
+        Test
+        Util
+        Parallel
+        HSE.All
+        HSE.Bracket
+        HSE.Evaluate
+        HSE.Match
+        HSE.NameMatch
+        HSE.Type
+        HSE.Util
+        Hint.All
+        Hint.Bracket
+        Hint.Duplicate
+        Hint.Extensions
+        Hint.Import
+        Hint.Lambda
+        Hint.List
+        Hint.ListRec
+        Hint.Match
+        Hint.Monad
+        Hint.Naming
+        Hint.Pragma
+        Hint.Structure
+        Hint.Type
+        Hint.Util
+
+
+executable hlint
+    build-depends:      base
+    hs-source-dirs:     src
+    main-is:            Main.hs
+
+    ghc-options:        -fno-warn-overlapping-patterns
+    if flag(threaded)
+        ghc-options:    -threaded
+