packages feed

parconc-examples 0.4.1 → 0.4.2

raw patch · 2 files changed

+11/−1 lines, 2 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+# Version 0.4.2++* Minor fixes to the .cabal file+ # Version 0.4.1  * Make findpar5.hs compile, and add it to the .cabal file
parconc-examples.cabal view
@@ -1,5 +1,5 @@ name:                parconc-examples-version:             0.4.1+version:             0.4.2 synopsis:            Examples to accompany the book "Parallel and Concurrent Programming in Haskell" -- description:          license:             BSD3@@ -10,6 +10,8 @@ category:            Sample Code build-type:          Simple cabal-version:       >=1.10+bug-reports:         https://github.com/simonmar/parconc-examples/issues+homepage:            http://github.com/simonmar/parconc-examples  extra-source-files:  sudoku17.1000.txt                      sudoku17.16000.txt@@ -34,6 +36,10 @@                      windowman.hs                      ChangeLog.md                      README.md++source-repository head+    type:     git+    location: https://github.com/simonmar/parconc-examples.git  -- ----------------------------------------------------------------------------- -- Flags