diff options
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/replace.hs')
-rwxr-xr-x | packages/special/lib/Numeric/GSL/Special/replace.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/replace.hs b/packages/special/lib/Numeric/GSL/Special/replace.hs index f20a6b8..f0f491b 100755 --- a/packages/special/lib/Numeric/GSL/Special/replace.hs +++ b/packages/special/lib/Numeric/GSL/Special/replace.hs | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/env runhaskell | 1 | #!/usr/bin/env runhaskell |
2 | 2 | ||
3 | import Data.List(isPrefixOf) | 3 | import Data.List(isPrefixOf) |
4 | import System(getArgs) | 4 | import System.Environment(getArgs) |
5 | 5 | ||
6 | rep (c,r) [] = [] | 6 | rep (c,r) [] = [] |
7 | rep (c,r) f@(x:xs) | 7 | rep (c,r) f@(x:xs) |