This website requires JavaScript.
Explore
Help
Sign In
hasufell
/
ghc-mod
Watch
1
Star
0
Fork
0
You've already forked ghc-mod
Code
Issues
Pull Requests
Releases
Wiki
Activity
3bb2e26b4d
ghc-mod
/
test
/
Spec.hs
2 lines
60 B
Haskell
Raw
Normal View
History
Unescape
Escape
Refactor the way packages databases are handled - cradle now stores a list of active package databases instead of only the user store (if present). - rename `cradlePackageDb` -> `cradlePkgDbStack` as that`s what the ghc documentaion calls this kind of thing - `getPackageDbPackages` now returns names of all visible packages in the given directory. Also the implementation now uses `ghc-pkg` instead of manually looking at the package database
2014-04-15 03:13:10 +00:00
{-
# OPTIONS_GHC
-
F
-
pgmF hspec
-
discover
-
optF
-
-
no
-
main #
-}
Reference in New Issue
Copy Permalink