packages feed

Cabal revisions of floskell-0.9.0

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

revision 1
-name:                floskell-version:             0.9.0-synopsis:            A flexible Haskell source code pretty printer-description:         A flexible Haskell source code pretty printer.-                     .-                     See the Github page for usage\/explanation: <https://github.com/ennocramer/floskell>-license:             BSD3-stability:           Unstable-license-file:        LICENSE.md-author:              Chris Done, Andrew Gibiansky, Tobias Pflug, Pierre Radermecker, Enno Cramer-maintainer:          ecramer@memfrob.de-copyright:           2014 Chris Done, 2015 Andrew Gibiansky, 2016-2019 Enno Cramer-category:            Development-build-type:          Simple-cabal-version:       >=1.8-homepage:            https://www.github.com/ennocramer/floskell-bug-reports:         https://github.com/ennocramer/floskell/issues-data-files:          contrib/floskell.el-                     contrib/floskell.coffee-extra-source-files:  README.md-                     CHANGELOG.md-                     BENCHMARK.md-                     TEST.md--source-repository head-    type:           git-    location:       https://github.com/ennocramer/floskell--library-  hs-source-dirs:    src/-  ghc-options:       -Wall-  exposed-modules:   Floskell-                     Floskell.Buffer-                     Floskell.Comments-                     Floskell.Config-                     Floskell.Pretty-                     Floskell.Printers-                     Floskell.Styles-                     Floskell.Types-  build-depends:     base >= 4.7 && <5-                   , aeson-                   , containers-                   , unordered-containers-                   , data-default-                   , haskell-src-exts >= 1.20-                   , monad-loops-                   , monad-dijkstra-                   , mtl-                   , bytestring-                   , utf8-string-                   , transformers-                   , text--executable floskell-  hs-source-dirs:    src/main-  ghc-options:       -Wall -Wno-missing-home-modules -optP-Wno-nonportable-include-path-  main-is:           Main.hs-  build-depends:     base >= 4 && < 5-                   , floskell-                   , aeson-                   , aeson-pretty-                   , bytestring-                   , optparse-applicative-                   , haskell-src-exts-                   , ghc-prim-                   , directory-                   , filepath-                   , unordered-containers-                   , text--test-suite floskell-test-  type: exitcode-stdio-1.0-  hs-source-dirs: src/main-  ghc-options:       -Wall -threaded -rtsopts -with-rtsopts=-N-  main-is:           Test.hs-  other-modules:     Markdone-  build-depends:     base >= 4 && <5-                   , floskell-                   , haskell-src-exts-                   , monad-loops-                   , mtl-                   , bytestring-                   , utf8-string-                   , hspec-                   , directory-                   , text-                   , deepseq-                   , exceptions--benchmark floskell-bench-  type: exitcode-stdio-1.0-  hs-source-dirs:    src/main-  ghc-options:       -Wall -threaded -rtsopts -with-rtsopts=-N-  main-is:           Benchmark.hs-  other-modules:     Markdone-  build-depends:     base >= 4 && < 5-                   , floskell-                   , bytestring-                   , utf8-string-                   , haskell-src-exts-                   , ghc-prim-                   , directory-                   , criterion-                   , deepseq-                   , exceptions-                   , text+name:                floskell
+version:             0.9.0
+x-revision:          1
+synopsis:            A flexible Haskell source code pretty printer
+description:         A flexible Haskell source code pretty printer.
+                     .
+                     See the Github page for usage\/explanation: <https://github.com/ennocramer/floskell>
+license:             BSD3
+stability:           Unstable
+license-file:        LICENSE.md
+author:              Chris Done, Andrew Gibiansky, Tobias Pflug, Pierre Radermecker, Enno Cramer
+maintainer:          ecramer@memfrob.de
+copyright:           2014 Chris Done, 2015 Andrew Gibiansky, 2016-2019 Enno Cramer
+category:            Development
+build-type:          Simple
+cabal-version:       >=1.8
+homepage:            https://www.github.com/ennocramer/floskell
+bug-reports:         https://github.com/ennocramer/floskell/issues
+data-files:          contrib/floskell.el
+                     contrib/floskell.coffee
+extra-source-files:  README.md
+                     CHANGELOG.md
+                     BENCHMARK.md
+                     TEST.md
+
+source-repository head
+    type:           git
+    location:       https://github.com/ennocramer/floskell
+
+library
+  hs-source-dirs:    src/
+  ghc-options:       -Wall
+  exposed-modules:   Floskell
+                     Floskell.Buffer
+                     Floskell.Comments
+                     Floskell.Config
+                     Floskell.Pretty
+                     Floskell.Printers
+                     Floskell.Styles
+                     Floskell.Types
+  build-depends:     base >=4.9 && <4.13
+                   , aeson >=0.11.3.0 && <1.4.3
+                   , bytestring >=0.10.8.1 && <0.10.9
+                   , containers >=0.5.7.1 && <0.6.1
+                   , data-default >=0.7.1.1 && <0.7.2
+                   , haskell-src-exts ==1.20.*
+                   , monad-dijkstra ==0.1.1.*
+                   , monad-loops >=0.4.3 && <0.5
+                   , mtl >=2.2.1 && <2.3
+                   , text >=1.2.2.2 && <1.2.4
+                   , transformers >=0.5.2.0 && <0.5.6
+                   , unordered-containers >=0.2.8.0 && <0.2.10
+                   , utf8-string >=1.0.1.1 && <1.0.2
+
+executable floskell
+  hs-source-dirs:    src/main
+  ghc-options:       -Wall -Wno-missing-home-modules -optP-Wno-nonportable-include-path
+  main-is:           Main.hs
+  build-depends:     base >=4.9 && <4.13
+                   , floskell
+                   , aeson >=0.11.3.0 && <1.4.3
+                   , aeson-pretty >=0.8.2 && <0.9
+                   , bytestring >=0.10.8.1 && <0.10.9
+                   , directory >=1.2.6.2 && <1.3.4
+                   , filepath >=1.4.1.0 && <1.4.3
+                   , ghc-prim >=0.5.0.0 && <0.5.4
+                   , haskell-src-exts ==1.20.*
+                   , optparse-applicative >=0.12.1.0 && <0.14.4
+                   , text >=1.2.2.2 && <1.2.4
+                   , unordered-containers >=0.2.8.0 && <0.2.10
+
+test-suite floskell-test
+  type: exitcode-stdio-1.0
+  hs-source-dirs: src/main
+  ghc-options:       -Wall -threaded -rtsopts -with-rtsopts=-N
+  main-is:           Test.hs
+  other-modules:     Markdone
+  build-depends:     base >=4.9 && <4.13
+                   , floskell
+                   , bytestring >=0.10.8.1 && <0.10.9
+                   , deepseq >=1.4.2.0 && <1.4.5
+                   , directory >=1.2.6.2 && <1.3.4
+                   , exceptions >=0.8.3 && <0.11
+                   , haskell-src-exts ==1.20.*
+                   , hspec >=2.2.4 && <2.7
+                   , monad-loops >=0.4.3 && <0.5
+                   , mtl >=2.2.1 && <2.3
+                   , text >=1.2.2.2 && <1.2.4
+                   , utf8-string >=1.0.1.1 && <1.0.2
+
+benchmark floskell-bench
+  type: exitcode-stdio-1.0
+  hs-source-dirs:    src/main
+  ghc-options:       -Wall -threaded -rtsopts -with-rtsopts=-N
+  main-is:           Benchmark.hs
+  other-modules:     Markdone
+  build-depends:     base >=4.9 && <4.13
+                   , floskell
+                   , bytestring >=0.10.8.1 && <0.10.9
+                   , criterion >=1.1.1.0 && <1.5.4
+                   , deepseq >=1.4.2.0 && <1.4.5
+                   , directory >=1.2.6.2 && <1.3.4
+                   , exceptions >=0.8.3 && <0.11
+                   , ghc-prim >=0.5.0.0 && <0.5.4
+                   , haskell-src-exts ==1.20.*
+                   , text >=1.2.2.2 && <1.2.4
+                   , utf8-string >=1.0.1.1 && <1.0.2
revision 2
 name:                floskell
 version:             0.9.0
-x-revision:          1
+x-revision: 2
 synopsis:            A flexible Haskell source code pretty printer
 description:         A flexible Haskell source code pretty printer.
                      .
                      Floskell.Styles
                      Floskell.Types
   build-depends:     base >=4.9 && <4.13
-                   , aeson >=0.11.3.0 && <1.4.3
-                   , bytestring >=0.10.8.1 && <0.10.9
-                   , containers >=0.5.7.1 && <0.6.1
-                   , data-default >=0.7.1.1 && <0.7.2
+                   , aeson >=0.11.3.0 && <1.5
+                   , bytestring >=0.10.8.1 && <0.11
+                   , containers >=0.5.7.1 && <0.7
+                   , data-default >=0.7.1.1 && <0.8
                    , haskell-src-exts ==1.20.*
-                   , monad-dijkstra ==0.1.1.*
+                   , monad-dijkstra >=0.1.1 && <0.2
                    , monad-loops >=0.4.3 && <0.5
                    , mtl >=2.2.1 && <2.3
-                   , text >=1.2.2.2 && <1.2.4
-                   , transformers >=0.5.2.0 && <0.5.6
-                   , unordered-containers >=0.2.8.0 && <0.2.10
-                   , utf8-string >=1.0.1.1 && <1.0.2
+                   , text >=1.2.2.2 && <1.3
+                   , transformers >=0.5.2.0 && <0.6
+                   , unordered-containers >=0.2.8.0 && <0.3
+                   , utf8-string >=1.0.1.1 && <1.1
 
 executable floskell
   hs-source-dirs:    src/main
   main-is:           Main.hs
   build-depends:     base >=4.9 && <4.13
                    , floskell
-                   , aeson >=0.11.3.0 && <1.4.3
+                   , aeson >=0.11.3.0 && <1.5
                    , aeson-pretty >=0.8.2 && <0.9
-                   , bytestring >=0.10.8.1 && <0.10.9
-                   , directory >=1.2.6.2 && <1.3.4
-                   , filepath >=1.4.1.0 && <1.4.3
-                   , ghc-prim >=0.5.0.0 && <0.5.4
+                   , bytestring >=0.10.8.1 && <0.11
+                   , directory >=1.2.6.2 && <1.4
+                   , filepath >=1.4.1.0 && <1.5
+                   , ghc-prim >=0.5.0.0 && <0.6
                    , haskell-src-exts ==1.20.*
-                   , optparse-applicative >=0.12.1.0 && <0.14.4
-                   , text >=1.2.2.2 && <1.2.4
-                   , unordered-containers >=0.2.8.0 && <0.2.10
+                   , optparse-applicative >=0.12.1.0 && <0.15
+                   , text >=1.2.2.2 && <1.3
+                   , unordered-containers >=0.2.8.0 && <0.3
 
 test-suite floskell-test
   type: exitcode-stdio-1.0
   other-modules:     Markdone
   build-depends:     base >=4.9 && <4.13
                    , floskell
-                   , bytestring >=0.10.8.1 && <0.10.9
-                   , deepseq >=1.4.2.0 && <1.4.5
-                   , directory >=1.2.6.2 && <1.3.4
-                   , exceptions >=0.8.3 && <0.11
+                   , bytestring >=0.10.8.1 && <0.11
+                   , deepseq >=1.4.2.0 && <1.5
+                   , directory >=1.2.6.2 && <1.4
+                   , exceptions >=0.8.3 && <0.12
                    , haskell-src-exts ==1.20.*
-                   , hspec >=2.2.4 && <2.7
+                   , hspec >=2.2.4 && <2.8
                    , monad-loops >=0.4.3 && <0.5
                    , mtl >=2.2.1 && <2.3
-                   , text >=1.2.2.2 && <1.2.4
-                   , utf8-string >=1.0.1.1 && <1.0.2
+                   , text >=1.2.2.2 && <1.3
+                   , utf8-string >=1.0.1.1 && <1.1
 
 benchmark floskell-bench
   type: exitcode-stdio-1.0
   other-modules:     Markdone
   build-depends:     base >=4.9 && <4.13
                    , floskell
-                   , bytestring >=0.10.8.1 && <0.10.9
-                   , criterion >=1.1.1.0 && <1.5.4
-                   , deepseq >=1.4.2.0 && <1.4.5
-                   , directory >=1.2.6.2 && <1.3.4
-                   , exceptions >=0.8.3 && <0.11
-                   , ghc-prim >=0.5.0.0 && <0.5.4
+                   , bytestring >=0.10.8.1 && <0.11
+                   , criterion >=1.1.1.0 && <1.6
+                   , deepseq >=1.4.2.0 && <1.5
+                   , directory >=1.2.6.2 && <1.4
+                   , exceptions >=0.8.3 && <0.12
+                   , ghc-prim >=0.5.0.0 && <0.6
                    , haskell-src-exts ==1.20.*
-                   , text >=1.2.2.2 && <1.2.4
-                   , utf8-string >=1.0.1.1 && <1.0.2
+                   , text >=1.2.2.2 && <1.3
+                   , utf8-string >=1.0.1.1 && <1.1