Import hs-plugins cvs
This commit is contained in:
6
examples/load/unloadpkg/Main.hs
Normal file
6
examples/load/unloadpkg/Main.hs
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
import Plugins
|
||||
|
||||
main = do loadPackage "posix"
|
||||
unloadPackage "posix"
|
||||
loadPackage "posix"
|
4
examples/load/unloadpkg/Makefile
Normal file
4
examples/load/unloadpkg/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
TEST= load/unloadpkg
|
||||
|
||||
TOP=../../..
|
||||
include ../../eval.mk
|
0
examples/load/unloadpkg/expected
Normal file
0
examples/load/unloadpkg/expected
Normal file
Reference in New Issue
Block a user