Skip to content

Commit 1e1e963

Browse files
committed
Fixed build with GHC 7.0.1
1 parent 756871a commit 1e1e963

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

json-rpc-server.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ library
5252
OverloadedStrings,
5353
Rank2Types,
5454
TypeOperators,
55+
TypeSynonymInstances,
5556
UndecidableInstances
5657

5758
executable demo

src/Network/JsonRpc/Types.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
FlexibleInstances,
55
UndecidableInstances,
66
TypeOperators,
7+
TypeSynonymInstances,
78
OverloadedStrings #-}
89

910
module Network.JsonRpc.Types ( RpcResult

0 commit comments

Comments
 (0)