summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2013-12-01 21:12:40 +0100
committerDaniel Gröber <dxld@darkboxed.org>2013-12-01 21:12:40 +0100
commitb83c5d53be21c03004ebb65d1dc9fe1f841a2a3c (patch)
tree12d58df47e8b1a52173c72e97d29d3b8046fa309 /bittorrent.cabal
parent2749007675a6ff28979fa793b48ffe910635c708 (diff)
Fix building with aeson >= 0.6.2.0
deriveJSON now takes an Option record instead of a single function. It might be nicer to define a function that takes the fieldLabelModifier function rather than doing it inline everywhere but I didn't know where a good place to put that would be.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index acb28fa7..7f5a42ae 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -116,7 +116,7 @@ library
116 , hashable 116 , hashable
117 117
118 -- Codecs & Serialization 118 -- Codecs & Serialization
119 , aeson 119 , aeson >= 0.6.2.0
120 , base16-bytestring 120 , base16-bytestring
121 , base32-bytestring >= 0.2 121 , base32-bytestring >= 0.2
122 , base64-bytestring 122 , base64-bytestring