packages feed

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

module API where

data Interface = Interface { 
        function :: String
}

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