diff options
author | Joris | 2015-09-11 10:36:27 +0200 |
---|---|---|
committer | Joris | 2015-09-11 10:36:27 +0200 |
commit | d87dbd1360c14df83552fd757438c23e5d7b9f9c (patch) | |
tree | 8b28def0414205608bd964c9b38a98b9d6828655 /sharedCost.cabal | |
parent | 73fa92aeffb27a98d8f316be157883ecefb1aed5 (diff) |
Using jsonObject to create on the fly json object responses
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r-- | sharedCost.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal index 1855421..7358612 100644 --- a/sharedCost.cabal +++ b/sharedCost.cabal @@ -36,3 +36,4 @@ executable sharedCost , mtl == 2.2.1 , lens == 4.12.3 , parsec == 3.1.9 + , unordered-containers == 0.2.5.1 |