Craft3e 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+12/−10 lines, 2 files
Files
- Craft3e.cabal +5/−5
- FirstScript.hs +7/−5
Craft3e.cabal view
@@ -1,6 +1,6 @@ name: Craft3e-version: 0.2.0.0+version: 0.2.0.1 license: MIT license-file: LICENSE copyright: (c) Addison Wesley@@ -45,9 +45,6 @@ HUnit >= 1.2.0 exposed-modules:- -- other-modules: Chapter1 Chapter10 Chapter11@@ -114,7 +111,10 @@ QueueState RandomGen ServerState- TopLevelServe+ TopLevelServe ++ other-modules:+ hs-source-dirs: . ./Calculator ./Chapter15 ./Chapter16 ./Chapter19 ./Simulation ./Chapter20
FirstScript.hs view
@@ -1,9 +1,11 @@-{- #########################################################-- FirstScript.hs- Simon Thompson, August 2010.+-------------------------------------------------------------------------+-- +--+-- FirstScript.hs+-- Simon Thompson, August 2010.+--+------------------------------------------------------------------------- -######################################################### -} module FirstScript where