packages feed

cookbook 3.0.0.0 → 3.0.0.1

raw patch · 2 files changed

+3/−5 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

Cookbook/Recipes/Meta.hs view
@@ -2,12 +2,10 @@                              module Cookbook.Recipes.Cline,                              module Cookbook.Recipes.DataStructures,                              module Cookbook.Recipes.Math,-                             module Cookbook.Recipes.Sanitize,-                             module Cookbook.Recipes.WordStats) where+                             module Cookbook.Recipes.Sanitize) where  import Cookbook.Recipes.Algorithm import Cookbook.Recipes.Cline import Cookbook.Recipes.DataStructures import Cookbook.Recipes.Math import Cookbook.Recipes.Sanitize-import Cookbook.Recipes.WordStats
cookbook.cabal view
@@ -3,7 +3,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             3.0.0.0+version:             3.0.0.1 synopsis:    Tiered general-purpose libraries with domain-specific applications. description:        Cookbook is a line of libraries covering a wide variety of Haskell applications. Every application that I make, I add its functions to Cookbook, turning Cookbook into an all-encompassing general-purpose library over time. The claim-to-fame for the library is its use of overloaded typeclasses, called "Continuities".  license:             BSD3@@ -51,7 +51,7 @@             Cookbook.Project.Quill2.Meta                                      -  build-depends:       base ==4.6.*, directory, strict+  build-depends:       base ==4.*, directory, strict source-repository head   type: git   location: https://github.com/natepisarski/Cookbook-hs