cookbook 2.3.4.3 → 2.3.4.4
raw patch · 2 files changed
+1/−3 lines, 2 files
Files
Cookbook/Project/Quill/Quill2/Q2Io.hs view
@@ -30,8 +30,6 @@ toFile _ [] = do return () toFile x (c:cs) = do- putStrLn $ show c- putStrLn (Q2Api.toString c) appendFile x (Q2Api.toString c) toFile x cs return ()
cookbook.cabal view
@@ -3,7 +3,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 2.3.4.3+version: 2.3.4.4 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