X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hs-java.git;a=blobdiff_plain;f=JVM%2FExceptions.hs;h=b90db45a9d35b4c4d052a89f84e71b868c772a2e;hp=0f1f1df42b70af9f7ce865e3f5ca3e3c26022c4d;hb=67ab22f9b209bb0dbc0fa69ffa7f59277bf3848c;hpb=bd95bf0672a12768125633f4be2b39ea9d1488de 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)