either-list-functions 0.0.0.1 → 0.0.0.2
raw patch · 1 files changed
+9/−5 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
either-list-functions.cabal view
@@ -1,9 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.18.1.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack+--+-- hash: 0a8c69b63be2cc464d5845e725a023129f39c228c94d1448f9bceb154ca78870 name: either-list-functions-version: 0.0.0.1+version: 0.0.0.2 synopsis: Functions involving lists of Either description: Functions involving lists of Either category: Data@@ -25,7 +27,7 @@ src ghc-options: -Wall build-depends:- base >= 4.9 && < 4.10+ base >=4.9 && <4.11 exposed-modules: Data.List.EitherFunctions other-modules:@@ -39,7 +41,9 @@ test ghc-options: -Wall -threaded build-depends:- base >= 4.9 && < 4.10- , either-list-functions+ base >=4.9 && <4.11 , doctest+ , either-list-functions+ other-modules:+ Paths_either_list_functions default-language: Haskell2010