diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-07-08 23:52:51 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-07-08 23:52:51 +0400 |
commit | e097ec428c7334d0b25dc4fcbf3b82a58e79fa62 (patch) | |
tree | 6eab82084896e8f53dac9f578b197974e7c43ac3 /src/Remote/KRPC/Scheme.hs | |
parent | e8dc0c6087738dc6e08298e3c108d8d61fd92a10 (diff) |
~ Prettify extensions lists.
Diffstat (limited to 'src/Remote/KRPC/Scheme.hs')
-rw-r--r-- | src/Remote/KRPC/Scheme.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Remote/KRPC/Scheme.hs b/src/Remote/KRPC/Scheme.hs index 378883bb..1cf970ea 100644 --- a/src/Remote/KRPC/Scheme.hs +++ b/src/Remote/KRPC/Scheme.hs | |||
@@ -10,9 +10,10 @@ | |||
10 | -- with 'Remote.KRPC.Protocol', otherwise (if you are using 'Remote.KRPC') | 10 | -- with 'Remote.KRPC.Protocol', otherwise (if you are using 'Remote.KRPC') |
11 | -- this module seems to be useless. | 11 | -- this module seems to be useless. |
12 | -- | 12 | -- |
13 | {-# LANGUAGE DefaultSignatures #-} | 13 | {-# LANGUAGE DefaultSignatures #-} |
14 | {-# LANGUAGE TypeSynonymInstances #-} | 14 | {-# LANGUAGE TypeSynonymInstances #-} |
15 | {-# LANGUAGE MultiParamTypeClasses, FunctionalDependencies #-} | 15 | {-# LANGUAGE MultiParamTypeClasses #-} |
16 | {-# LANGUAGE FunctionalDependencies #-} | ||
16 | module Remote.KRPC.Scheme | 17 | module Remote.KRPC.Scheme |
17 | ( KMessage(..) | 18 | ( KMessage(..) |
18 | , KQueryScheme(..), methodQueryScheme | 19 | , KQueryScheme(..), methodQueryScheme |