mandrill 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesondep ~text
Dependency ranges changed: aeson, text
Files
- mandrill.cabal +3/−3
mandrill.cabal view
@@ -1,5 +1,5 @@ name: mandrill-version: 0.1.0.1+version: 0.1.0.2 synopsis: Library for interfacing with the Mandrill JSON API description: Pure Haskell client for the Mandrill JSON API license: MIT@@ -35,9 +35,9 @@ , containers >= 0.5.0.0 , bytestring >= 0.9.0 , base64-bytestring >= 1.0.0.1- , text >= 1.0.0.0 && < 1.2+ , text >= 1.0.0.0 && < 1.3 , wreq >= 0.1.0.1- , aeson >= 0.7.0.3 && < 0.8+ , aeson >= 0.7.0.3 && < 0.9 , lens >= 4.1 && < 4.6 , blaze-html >= 0.5.0.0 , QuickCheck >= 2.6 && < 2.8