summaryrefslogtreecommitdiff
path: root/krpc.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:45:54 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-28 07:45:54 +0400
commit4bef345a5871255e12e685ca01f5cfb127ff691a (patch)
tree4fb55763d02008546d70a9719a8d67b0367ed2bd /krpc.cabal
parenta06f12d84d5c09e41078cf1e819bf175ec41b524 (diff)
Update imports
Diffstat (limited to 'krpc.cabal')
-rw-r--r--krpc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/krpc.cabal b/krpc.cabal
index 0ac9faac..435f446a 100644
--- a/krpc.cabal
+++ b/krpc.cabal
@@ -38,9 +38,9 @@ library
38 default-extensions: PatternGuards 38 default-extensions: PatternGuards
39 , RecordWildCards 39 , RecordWildCards
40 hs-source-dirs: src 40 hs-source-dirs: src
41 exposed-modules: Remote.KRPC 41 exposed-modules: Network.KRPC
42 , Remote.KRPC.Protocol 42 , Network.KRPC.Protocol
43 , Remote.KRPC.Scheme 43 , Network.KRPC.Scheme
44 build-depends: base == 4.* 44 build-depends: base == 4.*
45 45
46 , lifted-base >= 0.1.1 46 , lifted-base >= 0.1.1