Update examples to use new module names
This commit is contained in:
@ -9,7 +9,7 @@ module Plugin where
|
||||
|
||||
import API
|
||||
|
||||
import AltData
|
||||
import AltData.Typeable
|
||||
import GHC.Base
|
||||
|
||||
v :: Int
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
module API where
|
||||
|
||||
import AltData
|
||||
import AltData.Typeable
|
||||
import GHC.Base
|
||||
|
||||
data Interface = Interface {
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
import Plugins
|
||||
import System.Plugins
|
||||
import API
|
||||
|
||||
conf = "../Plugin.in"
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
../Plugin.in:18:15:
|
||||
../Plugin.in:12:15:
|
||||
Couldn't match `Dynamic' against `(a, b)'
|
||||
Expected type: Dynamic
|
||||
Inferred type: (a, b)
|
||||
|
Reference in New Issue
Block a user