packages feed

plugins-1.0: testsuite/makewith/should_fail_0/api/API.hs

module API where

data Interface = Interface { 
        function :: String
   }

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