packages feed

plugins-1.0: testsuite/pdynload/small/api/API.hs

module API where

data Interface = Interface { 
        function :: String
}

plugin :: Interface
plugin = Interface  { function = "goodbye" }