Update examples
This commit is contained in:
7
testsuite/make/o/Plugin.hs
Normal file
7
testsuite/make/o/Plugin.hs
Normal file
@ -0,0 +1,7 @@
|
||||
module Plugin ( resource ) where
|
||||
|
||||
import API
|
||||
|
||||
resource = plugin {
|
||||
field = "hello out there"
|
||||
}
|
Reference in New Issue
Block a user