packages feed

ghcide 0.0.1 → 0.0.2

raw patch · 1 files changed

+4/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ghcide.cabal view
@@ -2,7 +2,7 @@ build-type:         Simple category:           Development name:               ghcide-version:            0.0.1+version:            0.0.2 license:            Apache-2.0 license-file:       LICENSE author:             Digital Asset@@ -11,13 +11,13 @@ synopsis:           The core of an IDE description:     A library for building Haskell IDE's on top of the GHC API.-homepage:           https://github.com/digital-asset/daml#readme-bug-reports:        https://github.com/digital-asset/daml/issues+homepage:           https://github.com/digital-asset/ghcide#readme+bug-reports:        https://github.com/digital-asset/ghcide/issues tested-with:        GHC==8.6.5  source-repository head     type:     git-    location: https://github.com/digital-asset/daml.git+    location: https://github.com/digital-asset/ghcide.git  library     default-language:   Haskell2010