diff options
Diffstat (limited to 'examples/error.hs')
-rw-r--r-- | examples/error.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/error.hs b/examples/error.hs index bcfe224..16305dc 100644 --- a/examples/error.hs +++ b/examples/error.hs | |||
@@ -1,4 +1,4 @@ | |||
1 | import GSL | 1 | import Numeric.GSL |
2 | import Prelude hiding (catch) | 2 | import Prelude hiding (catch) |
3 | import Control.Exception | 3 | import Control.Exception |
4 | 4 | ||