packages feed

Cabal revisions of scan-0.1.0.9

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

revision 1
-cabal-version:      >= 1.4-build-type:         Simple-name:               scan-version:            0.1.0.9-license:            BSD3-license-file:       doc/LICENSE-category:           Development-author:             chr.maeder@web.de-maintainer:         chr.maeder@web.de-copyright:          Christian Maeder 2010-synopsis:           lexical style suggestions for source code-description:-  scan checks the format of your haskell source code regarding:-  comments, white spaces and line breaks.--homepage:           http://projects.haskell.org/style-scanner-stability:          experimental--flag parsec1-    Description: Use parsec1-    Default: False--executable scan-    if flag(parsec1)-        build-depends: parsec1-    else-        build-depends: parsec-    build-depends:      base < 5-    hs-source-dirs:     src-    main-is:            scan.hs-    other-modules:      Language.Haskell.Scanner--    ghc-options: -Wall+cabal-version:      >= 1.4
+build-type:         Simple
+name:               scan
+version:            0.1.0.9
+x-revision: 1
+license:            BSD3
+license-file:       doc/LICENSE
+category:           Development
+author:             chr.maeder@web.de
+maintainer:         chr.maeder@web.de
+copyright:          Christian Maeder 2010
+synopsis:           lexical style suggestions for source code
+description:
+  scan checks the format of your haskell source code regarding:
+  comments, white spaces and line breaks.
+
+homepage:           https://archives.haskell.org/code.haskell.org/style-scanner/doc
+stability:          experimental
+
+flag parsec1
+    Description: Use parsec1
+    Default: False
+
+executable scan
+    if flag(parsec1)
+        build-depends: parsec1
+    else
+        build-depends: parsec
+    build-depends:      base < 5
+    hs-source-dirs:     src
+    main-is:            scan.hs
+    other-modules:      Language.Haskell.Scanner
+
+    ghc-options: -Wall