packages feed

ghc-imported-from 0.2.0.4 → 0.2.0.5

raw patch · 3 files changed

+14/−4 lines, 3 filesdep ~ghc-modPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghc-mod

API changes (from Hackage documentation)

Files

README.md view
@@ -103,3 +103,9 @@     $ cabal repl --with-ghc=fake-ghc-for-ghc-imported-from     Preprocessing library ghc-imported-from-0.2.0.2...     --interactive -fbuilding-cabal-package -O0 -outputdir dist/build -odir dist/build -hidir dist/build -stubdir dist/build -i -idist/build -i. -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -package-name ghc-imported-from-0.2.0.2 -hide-all-packages -no-user-package-db -package-db /home/user/ghc-imported-from/.cabal-sandbox/x86_64-linux-ghc-7.6.3-packages.conf.d -package-db dist/package.conf.inplace -package-id Cabal-1.16.0-c6e09e008cd04cf255c1ce0c59aba905 -package-id base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57 -package-id containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2 -package-id directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2 -package-id filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe -package-id ghc-7.6.3-18957ddbb817289f604552aa2da2e879 -package-id ghc-mod-4.1.0-a87501f2667239b3f0bef3e0f3753496 -package-id ghc-paths-0.1.0.9-3817f31ae510ed3b58554933ea527b74 -package-id ghc-syb-utils-0.2.1.2-bf72c1e71339c52f0af404a12449c9d2 -package-id mtl-2.2.0.1-ef91e0abcf7a4fb581ecb7fe83cdcba1 -package-id process-1.1.0.2-76e05340eb66705981411022731ca84a -package-id safe-0.3.4-ba52ca348aecad429ba90450e3aba4c4 -package-id syb-0.4.1-9469ffdd9c6a7ebbf035421c915a08ee -package-id transformers-0.4.1.0-42810d723884ebf2a2dd638e5b22e523 -XHaskell2010 Language.Haskell.GhcImportedFrom Language.Haskell.GhcImportedFrom.UtilsFromGhcMod Language.Haskell.GhcImportedFrom.Types -Wall++## Alternatives++As far as I know the only alternative is the ```fpco/hoogle-doc``` function in+[https://www.fpcomplete.com/page/api](https://www.fpcomplete.com/page/api). Or try Ctrl-i+in the web version of FP Complete.
changelog.md view
@@ -1,3 +1,7 @@+2014-06-01 v0.2.0.5++* Version bound on ghc-mod.+ 2014-05-22 v0.2.0.4  * Speedup: factor out calls to getGhcOptionsViaCabalRepl.
ghc-imported-from.cabal view
@@ -1,5 +1,5 @@ name:                ghc-imported-from-version:             0.2.0.4+version:             0.2.0.5 synopsis:            Find the Haddock documentation for a symbol. description:         Given a Haskell module and symbol, determine the URL to the Haddock documentation                      for that symbol.@@ -30,7 +30,7 @@                  , ghc                  , ghc-paths                  , ghc-syb-utils-                 , ghc-mod+                 , ghc-mod >= 4.1.1                  , filepath                  , safe                  , process@@ -64,7 +64,7 @@                , ghc                , ghc-paths                , ghc-syb-utils-               , ghc-mod+               , ghc-mod >= 4.1.1                , ghc-imported-from                , filepath                , safe@@ -97,7 +97,7 @@                       , ghc                       , ghc-paths                       , ghc-syb-utils-                      , ghc-mod+                      , ghc-mod >= 4.1.1                       , filepath                       , safe                       , process