File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ source-repository head
22
22
type : git
23
23
location : https://github.com/grayjay/json-rpc-server
24
24
25
- flag include-demo
25
+ flag demo
26
+ description : Builds the demo Happstack JSON RPC server.
26
27
default : False
27
28
manual : True
28
29
@@ -43,7 +44,7 @@ library
43
44
executable demo
44
45
main-is : Demo.hs
45
46
hs-source-dirs : demo
46
- if flag (include- demo)
47
+ if flag (demo)
47
48
build-depends : base,
48
49
json-rpc-server,
49
50
mtl,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ import Prelude hiding (length)
63
63
64
64
-- $example
65
65
-- Here is an example of a simple Happstack server with three methods.
66
- -- Compile it with the build flag @include- demo@.
66
+ -- Compile it with the build flag @demo@.
67
67
--
68
68
-- > <insert Demo.hs>
69
69
--
You can’t perform that action at this time.
0 commit comments