packages feed

cookbook 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Cookbook/Ingredients/Tupples/Look.hs view
@@ -1,4 +1,4 @@-module Cookbook.Ingredients.Tupples.Look(look,looklist,swp) where+module Cookbook.Ingredients.Tupples.Look(look,lookList,swp) where  -- | Returns the second element of the first tupple where the first element matches input. look :: (Eq a) => [(a,b)] -> a -> (Maybe b)
cookbook.cabal view
@@ -10,10 +10,10 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.0+version:             0.1.1.0  -- A short (one-line) description of the package.-synopsis:            A silver-platter library in Haskell.+synopsis:            An independent library of common haskell operations.  -- A longer description of the package. -- description: