flow 1.0.15 → 1.0.17
raw patch · 3 files changed
+16/−17 lines, 3 filesdep ~basedep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
Files
- flow.cabal +12/−13
- package.yaml +3/−3
- stack.yaml +1/−1
flow.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.20.0.+-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack ----- hash: 8dbd7ce68cab5c0d70c11b5db402d5f12c56aa218a03f1a59c6f8b23266ac9fa+-- hash: 87bd525357b7ef26d2affbcfca4bae7c3be85502ab181446c6eaa4f447a7f544 name: flow-version: 1.0.15+version: 1.0.17 synopsis: Write more understandable Haskell. description: Flow provides operators for writing more understandable Haskell. category: Combinators, Functions, Utility@@ -16,7 +16,6 @@ license-file: LICENSE.markdown build-type: Simple cabal-version: >= 1.10- extra-source-files: CHANGELOG.markdown package.yaml@@ -28,29 +27,29 @@ location: https://github.com/tfausak/flow library- hs-source-dirs:- library- ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe- build-depends:- base >=4.9.0 && <4.12 exposed-modules: Flow other-modules: Paths_flow+ hs-source-dirs:+ library+ ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe+ build-depends:+ base >=4.9.0 && <4.13 default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Main.hs+ other-modules:+ Paths_flow hs-source-dirs: tests ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends: QuickCheck >=2.8.2 && <2.13- , base >=4.9.0 && <4.12+ , base >=4.9.0 && <4.13 , doctest >=0.11.0 && <0.17 , flow- , template-haskell >=2.11.0 && <2.14- other-modules:- Paths_flow+ , template-haskell >=2.11.0 && <2.15 default-language: Haskell2010
package.yaml view
@@ -1,5 +1,5 @@ name: flow-version: 1.0.15+version: 1.0.17 category: Combinators, Functions, Utility description: Flow provides operators for writing more understandable Haskell.@@ -15,7 +15,7 @@ synopsis: Write more understandable Haskell. dependencies:- base: '>= 4.9.0 && < 4.12'+ base: '>= 4.9.0 && < 4.13' ghc-options: -Weverything -Wno-implicit-prelude@@ -31,6 +31,6 @@ doctest: '>= 0.11.0 && < 0.17' flow: -any QuickCheck: '>= 2.8.2 && < 2.13'- template-haskell: '>= 2.11.0 && < 2.14'+ template-haskell: '>= 2.11.0 && < 2.15' main: Main.hs source-dirs: tests
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-12.0+resolver: nightly-2018-10-01