packages feed

Cabal revisions of flow-1.0.11

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

revision 1
--- This file has been generated from package.yaml by hpack version 0.20.0.------ see: https://github.com/sol/hpack------ hash: b07f3e7612eeaed337eca518f946097b66810bc22deaabad1b817cc93d1d7d45--name:           flow-version:        1.0.11-synopsis:       Write more understandable Haskell.-description:    Flow provides operators for writing more understandable Haskell.-category:       Combinators, Functions, Utility-homepage:       https://github.com/tfausak/flow#readme-bug-reports:    https://github.com/tfausak/flow/issues-maintainer:     Taylor Fausak-license:        MIT-build-type:     Simple-cabal-version:  >= 1.10--extra-source-files:-    CHANGELOG.md-    LICENSE.md-    package.yaml-    README.md-    stack.yaml--source-repository head-  type: git-  location: https://github.com/tfausak/flow--library-  ghc-options: -Wall-  build-depends:-      base <5-  exposed-modules:-      Flow-  other-modules:-      Paths_flow-  default-language: Haskell2010--test-suite test-  type: exitcode-stdio-1.0-  main-is: FlowTest.hs-  ghc-options: -Wall-  build-depends:-      QuickCheck ==2.*-    , base <5-    , doctest >=0.9 && <0.15-    , flow-    , template-haskell ==2.*-  other-modules:-      Paths_flow-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.20.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: b07f3e7612eeaed337eca518f946097b66810bc22deaabad1b817cc93d1d7d45
+
+name:           flow
+version:        1.0.11
+x-revision: 1
+synopsis:       Write more understandable Haskell!
+description:    Flow provides operators for writing more understandable Haskell.
+category:       Combinators, Functions, Utility
+homepage:       https://github.com/tfausak/flow#readme
+bug-reports:    https://github.com/tfausak/flow/issues
+maintainer:     Taylor Fausak
+license:        MIT
+build-type:     Simple
+cabal-version:  >= 1.10
+
+extra-source-files:
+    CHANGELOG.md
+    LICENSE.md
+    package.yaml
+    README.md
+    stack.yaml
+
+source-repository head
+  type: git
+  location: https://github.com/tfausak/flow
+
+library
+  ghc-options: -Wall
+  build-depends:
+      base <5
+  exposed-modules:
+      Flow
+  other-modules:
+      Paths_flow
+  default-language: Haskell2010
+
+test-suite test
+  type: exitcode-stdio-1.0
+  main-is: FlowTest.hs
+  ghc-options: -Wall
+  build-depends:
+      QuickCheck ==2.*
+    , base <5
+    , doctest >=0.9 && <0.15
+    , flow
+    , template-haskell ==2.*
+  other-modules:
+      Paths_flow
+  default-language: Haskell2010
revision 2
 
 name:           flow
 version:        1.0.11
-x-revision: 1
-synopsis:       Write more understandable Haskell!
+x-revision: 2
+synopsis:       Write more understandable Haskell.
 description:    Flow provides operators for writing more understandable Haskell.
 category:       Combinators, Functions, Utility
 homepage:       https://github.com/tfausak/flow#readme