X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=JVM%2FExceptions.hs;h=b90db45a9d35b4c4d052a89f84e71b868c772a2e;hb=67ab22f9b209bb0dbc0fa69ffa7f59277bf3848c;hp=0f1f1df42b70af9f7ce865e3f5ca3e3c26022c4d;hpb=8876aca404b4c111461b7582bb772d219babd3aa;p=hs-java.git diff --git a/JVM/Exceptions.hs b/JVM/Exceptions.hs index 0f1f1df..b90db45 100644 --- a/JVM/Exceptions.hs +++ b/JVM/Exceptions.hs @@ -2,9 +2,6 @@ module JVM.Exceptions where import Control.Monad.Exception -import qualified Data.ByteString.Lazy as B - -import JVM.Types data NoItemInPool = forall a. Show a => NoItemInPool a deriving (Typeable)