packages feed

Cabal revisions of ormolu-0.3.1.0

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

revision 1
-cabal-version:      2.4-name:               ormolu-version:            0.3.1.0-license:            BSD-3-Clause-license-file:       LICENSE.md-maintainer:         Mark Karpov <mark.karpov@tweag.io>-tested-with:        ghc ==8.8.4 ghc ==8.10.7 ghc ==9.0.1-homepage:           https://github.com/tweag/ormolu-bug-reports:        https://github.com/tweag/ormolu/issues-synopsis:           A formatter for Haskell source code-description:        A formatter for Haskell source code.-category:           Development, Formatting-build-type:         Simple-extra-source-files:-    data/**/*.hs-    data/**/*.txt--extra-doc-files:-    CONTRIBUTING.md-    CHANGELOG.md-    DESIGN.md-    README.md--source-repository head-    type:     git-    location: https://github.com/tweag/ormolu.git--flag dev-    description: Turn on development settings.-    default:     False-    manual:      True--library-    exposed-modules:-        Ormolu-        Ormolu.Config-        Ormolu.Diff.ParseResult-        Ormolu.Diff.Text-        Ormolu.Exception-        Ormolu.Imports-        Ormolu.Parser-        Ormolu.Parser.Anns-        Ormolu.Parser.CommentStream-        Ormolu.Parser.Pragma-        Ormolu.Parser.Result-        Ormolu.Printer-        Ormolu.Printer.Combinators-        Ormolu.Printer.Comments-        Ormolu.Printer.Internal-        Ormolu.Printer.Meat.Common-        Ormolu.Printer.Meat.Declaration-        Ormolu.Printer.Meat.Declaration.Annotation-        Ormolu.Printer.Meat.Declaration.Class-        Ormolu.Printer.Meat.Declaration.Data-        Ormolu.Printer.Meat.Declaration.Default-        Ormolu.Printer.Meat.Declaration.Foreign-        Ormolu.Printer.Meat.Declaration.Instance-        Ormolu.Printer.Meat.Declaration.RoleAnnotation-        Ormolu.Printer.Meat.Declaration.Rule-        Ormolu.Printer.Meat.Declaration.Signature-        Ormolu.Printer.Meat.Declaration.Splice-        Ormolu.Printer.Meat.Declaration.Type-        Ormolu.Printer.Meat.Declaration.TypeFamily-        Ormolu.Printer.Meat.Declaration.Value-        Ormolu.Printer.Meat.Declaration.Warning-        Ormolu.Printer.Meat.ImportExport-        Ormolu.Printer.Meat.Module-        Ormolu.Printer.Meat.Pragma-        Ormolu.Printer.Meat.Type-        Ormolu.Printer.Operators-        Ormolu.Printer.SpanStream-        Ormolu.Processing.Common-        Ormolu.Processing.Cpp-        Ormolu.Processing.Preprocess-        Ormolu.Terminal-        Ormolu.Utils-        Ormolu.Utils.Extensions-        Ormolu.Utils.IO--    hs-source-dirs:   src-    other-modules:    GHC.DynFlags-    default-language: Haskell2010-    build-depends:-        Diff >=0.4 && <1.0,-        ansi-terminal >=0.10 && <1.0,-        base >=4.12 && <5.0,-        bytestring >=0.2 && <0.12,-        containers >=0.5 && <0.7,-        dlist >=0.8 && <2.0,-        exceptions >=0.6 && <0.11,-        ghc-lib-parser >=9.0 && <9.1,-        mtl >=2.0 && <3.0,-        syb >=0.7 && <0.8,-        text >=0.2 && <1.3,-        filepath >=1.2 && <1.5,-        directory ^>=1.3,-        Cabal ^>=3.4--    if flag(dev)-        ghc-options:-            -Wall -Werror -Wcompat -Wincomplete-record-updates-            -Wincomplete-uni-patterns -Wnoncanonical-monad-instances-            -Wno-missing-home-modules--    else-        ghc-options: -O2 -Wall--    if impl(ghc <8.10.0)-        ghc-options: -fmax-pmcheck-iterations=3000000--executable ormolu-    main-is:          Main.hs-    hs-source-dirs:   app-    other-modules:    Paths_ormolu-    autogen-modules:  Paths_ormolu-    default-language: Haskell2010-    build-depends:-        base >=4.12 && <5.0,-        filepath >=1.2 && <1.5,-        ghc-lib-parser >=9.0 && <9.1,-        gitrev >=1.3 && <1.4,-        optparse-applicative >=0.14 && <0.17,-        ormolu,-        text >=0.2 && <1.3--    if flag(dev)-        ghc-options:-            -Wall -Werror -Wcompat -Wincomplete-record-updates-            -Wincomplete-uni-patterns -Wnoncanonical-monad-instances-            -optP-Wno-nonportable-include-path--    else-        ghc-options: -O2 -Wall -rtsopts--test-suite tests-    type:               exitcode-stdio-1.0-    main-is:            Spec.hs-    build-tool-depends: hspec-discover:hspec-discover >=2.0 && <3.0-    hs-source-dirs:     tests-    other-modules:-        Ormolu.CabalExtensionsSpec-        Ormolu.Diff.TextSpec-        Ormolu.Parser.OptionsSpec-        Ormolu.Parser.ParseFailureSpec-        Ormolu.Parser.PragmaSpec-        Ormolu.PrinterSpec--    default-language:   Haskell2010-    build-depends:-        base >=4.12 && <5.0,-        containers >=0.5 && <0.7,-        directory ^>=1.3,-        filepath >=1.2 && <1.5,-        hspec >=2.0 && <3.0,-        ormolu,-        path >=0.6 && <0.10,-        path-io >=1.4.2 && <2.0,-        temporary ^>=1.3,-        text >=0.2 && <1.3--    if flag(dev)-        ghc-options: -Wall -Werror--    else-        ghc-options: -O2 -Wall+cabal-version:      2.4
+name:               ormolu
+version:            0.3.1.0
+x-revision: 1
+license:            BSD-3-Clause
+license-file:       LICENSE.md
+maintainer:         Mark Karpov <mark.karpov@tweag.io>
+tested-with:        ghc ==8.8.4 ghc ==8.10.7 ghc ==9.0.1
+homepage:           https://github.com/tweag/ormolu
+bug-reports:        https://github.com/tweag/ormolu/issues
+synopsis:           A formatter for Haskell source code
+description:        A formatter for Haskell source code.
+category:           Development, Formatting
+build-type:         Simple
+extra-source-files:
+    data/**/*.hs
+    data/**/*.txt
+
+extra-doc-files:
+    CONTRIBUTING.md
+    CHANGELOG.md
+    DESIGN.md
+    README.md
+
+source-repository head
+    type:     git
+    location: https://github.com/tweag/ormolu.git
+
+flag dev
+    description: Turn on development settings.
+    default:     False
+    manual:      True
+
+library
+    exposed-modules:
+        Ormolu
+        Ormolu.Config
+        Ormolu.Diff.ParseResult
+        Ormolu.Diff.Text
+        Ormolu.Exception
+        Ormolu.Imports
+        Ormolu.Parser
+        Ormolu.Parser.Anns
+        Ormolu.Parser.CommentStream
+        Ormolu.Parser.Pragma
+        Ormolu.Parser.Result
+        Ormolu.Printer
+        Ormolu.Printer.Combinators
+        Ormolu.Printer.Comments
+        Ormolu.Printer.Internal
+        Ormolu.Printer.Meat.Common
+        Ormolu.Printer.Meat.Declaration
+        Ormolu.Printer.Meat.Declaration.Annotation
+        Ormolu.Printer.Meat.Declaration.Class
+        Ormolu.Printer.Meat.Declaration.Data
+        Ormolu.Printer.Meat.Declaration.Default
+        Ormolu.Printer.Meat.Declaration.Foreign
+        Ormolu.Printer.Meat.Declaration.Instance
+        Ormolu.Printer.Meat.Declaration.RoleAnnotation
+        Ormolu.Printer.Meat.Declaration.Rule
+        Ormolu.Printer.Meat.Declaration.Signature
+        Ormolu.Printer.Meat.Declaration.Splice
+        Ormolu.Printer.Meat.Declaration.Type
+        Ormolu.Printer.Meat.Declaration.TypeFamily
+        Ormolu.Printer.Meat.Declaration.Value
+        Ormolu.Printer.Meat.Declaration.Warning
+        Ormolu.Printer.Meat.ImportExport
+        Ormolu.Printer.Meat.Module
+        Ormolu.Printer.Meat.Pragma
+        Ormolu.Printer.Meat.Type
+        Ormolu.Printer.Operators
+        Ormolu.Printer.SpanStream
+        Ormolu.Processing.Common
+        Ormolu.Processing.Cpp
+        Ormolu.Processing.Preprocess
+        Ormolu.Terminal
+        Ormolu.Utils
+        Ormolu.Utils.Extensions
+        Ormolu.Utils.IO
+
+    hs-source-dirs:   src
+    other-modules:    GHC.DynFlags
+    default-language: Haskell2010
+    build-depends:
+        Diff >=0.4 && <1.0,
+        ansi-terminal >=0.10 && <1.0,
+        base >=4.12 && <5.0,
+        bytestring >=0.2 && <0.12,
+        containers >=0.5 && <0.7,
+        dlist >=0.8 && <2.0,
+        exceptions >=0.6 && <0.11,
+        ghc-lib-parser >=9.0 && <9.1,
+        mtl >=2.0 && <3.0,
+        syb >=0.7 && <0.8,
+        text >=0.2 && <1.3,
+        filepath >=1.2 && <1.5,
+        directory ^>=1.3,
+        Cabal ^>=3.4
+
+    if flag(dev)
+        ghc-options:
+            -Wall -Werror -Wcompat -Wincomplete-record-updates
+            -Wincomplete-uni-patterns -Wnoncanonical-monad-instances
+            -Wno-missing-home-modules
+
+    else
+        ghc-options: -O2 -Wall
+
+    if impl(ghc <8.10.0)
+        ghc-options: -fmax-pmcheck-iterations=3000000
+
+executable ormolu
+    main-is:          Main.hs
+    hs-source-dirs:   app
+    other-modules:    Paths_ormolu
+    autogen-modules:  Paths_ormolu
+    default-language: Haskell2010
+    build-depends:
+        base >=4.12 && <5.0,
+        filepath >=1.2 && <1.5,
+        ghc-lib-parser >=9.0 && <9.1,
+        gitrev >=1.3 && <1.4,
+        optparse-applicative >=0.14 && <0.18,
+        ormolu,
+        text >=0.2 && <1.3
+
+    if flag(dev)
+        ghc-options:
+            -Wall -Werror -Wcompat -Wincomplete-record-updates
+            -Wincomplete-uni-patterns -Wnoncanonical-monad-instances
+            -optP-Wno-nonportable-include-path
+
+    else
+        ghc-options: -O2 -Wall -rtsopts
+
+test-suite tests
+    type:               exitcode-stdio-1.0
+    main-is:            Spec.hs
+    build-tool-depends: hspec-discover:hspec-discover >=2.0 && <3.0
+    hs-source-dirs:     tests
+    other-modules:
+        Ormolu.CabalExtensionsSpec
+        Ormolu.Diff.TextSpec
+        Ormolu.Parser.OptionsSpec
+        Ormolu.Parser.ParseFailureSpec
+        Ormolu.Parser.PragmaSpec
+        Ormolu.PrinterSpec
+
+    default-language:   Haskell2010
+    build-depends:
+        base >=4.12 && <5.0,
+        containers >=0.5 && <0.7,
+        directory ^>=1.3,
+        filepath >=1.2 && <1.5,
+        hspec >=2.0 && <3.0,
+        ormolu,
+        path >=0.6 && <0.10,
+        path-io >=1.4.2 && <2.0,
+        temporary ^>=1.3,
+        text >=0.2 && <1.3
+
+    if flag(dev)
+        ghc-options: -Wall -Werror
+
+    else
+        ghc-options: -O2 -Wall