ide-backend-common 0.9.1 → 0.9.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- ide-backend-common.cabal +2/−2
ide-backend-common.cabal view
@@ -1,5 +1,5 @@ name: ide-backend-common-version: 0.9.1+version: 0.9.1.1 synopsis: Shared library used be ide-backend and ide-backend-server description: Should not be used by end users license: MIT@@ -57,7 +57,7 @@ pureMD5 >= 2.1 && < 2.2, tagged >= 0.4 && < 0.9, transformers >= 0.3 && < 0.5,- attoparsec >= 0.10 && < 0.13,+ attoparsec >= 0.10 && < 0.14, template-haskell, pretty-show