limiting export funcs.

This commit is contained in:
Kazu Yamamoto 2013-03-04 18:17:01 +09:00
parent 1047c76906
commit 5b6924d36a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module Cradle where
module Cradle (findCradle) where
import Control.Applicative ((<$>))
import Control.Exception (throwIO)