Commit Graph

22 Commits

Author SHA1 Message Date
dee0f76486 Support GHC 8 2017-02-20 02:05:05 +05:30
7c50a8cb6c convert tabs to spaces. strip trailing whitespace. 2015-10-09 19:35:06 -05:00
53a0f5b97b Support GHC 7.10. Add new GitHub URL. Add Travis. 2015-10-09 15:10:10 -04:00
c90676d8f7 remove a warning 2010-10-18 18:09:09 +00:00
29547f0f81 two fixes for chasing dependencies via lookupPkg
1. union needs to add each package *three* times

    i.   with out the version number
    ii.  with the version number
    iii. with the full installed package id (new)

 2. lookupPkg needs to avoid getting caught in a loop by circular
 dependencies
2010-10-18 04:03:21 +00:00
420a1644ce Strip out two dead package api modules 2010-09-23 20:11:04 +00:00
f56ab96f34 Make ascii clean and ghci clean, bump 2010-09-23 19:43:18 +00:00
838f8c0aca Adapt to work with GHC 6.12
- Adapted the package to work with GHC 6.12
- Plugins that depend on the old base3 are currently
  not correctly loaded as the plugin loaded misses
  the dependence on syb (leading to unresolved symbols)
- Cleaned up most of the testsuite (there are still
  some outstanding failures, of which only one
  demonstrates a bug in the plugins library as far
  as I can see — see previous bullet point)
- Cleaned out a little cruft (but more could be done)
2010-09-22 05:10:19 +00:00
a0391e5cd3 More for GHC 6.10 2009-01-31 23:29:21 +00:00
9d431c68a3 Updating for GHC 6.10 2009-01-31 23:16:26 +00:00
77722b17bc fix-cabal-1.4-build
Hide conflicting imports of Distribution.Package.depends and packageName where necessary to allow hs-plugins to build against Cabal>=1.4.
2008-11-04 16:12:06 +00:00
d548687001 added support for --user package discovery
This patch allows run plugins, containig
import of --user installed packages. Useful
for lambdabot installation in $HOME.

package.conf are found by parsing `ghc-pkg list`
2008-08-20 12:55:16 +00:00
48e054cfd5 Ugly fix to an ugly problem. 2007-01-30 04:00:41 +00:00
9b3069cb3d Comment. 2007-01-29 03:20:59 +00:00
bc5726ccd2 Version handling wibbles. 2007-01-29 03:16:34 +00:00
5d497a1c60 Hardcoding ["m","gmp"] is bad. We shouldn't link with any of the DLLs from a already linked package. 2006-01-25 10:45:40 +00:00
ec3e63ef8d look for dynamic libraries when loading packages 2006-08-14 14:37:28 +00:00
1acd230b94 Let new package dbs take precedence over old ones. 2005-09-23 16:12:24 +00:00
1a2cbbf582 Export 'env' from System.Plugins.Env 2005-09-13 20:33:33 +00:00
c336af2b0e mv code back into src/. Kindly pointed out by Lemmih 2005-09-03 06:38:06 +00:00
90d780cff8 Partially improve the cabalisation 2005-09-03 03:10:04 +00:00
46b07ed75c Mv plugins -> src 2005-08-18 05:05:19 +00:00