X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO%2FError.hs;h=245487a2a85f862bf695c5daf6a17e1d112b1fb4;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=d18a7c5b62da469ab46066119f4f04470c086544;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/System/IO/Error.hs b/System/IO/Error.hs index d18a7c5..245487a 100644 --- a/System/IO/Error.hs +++ b/System/IO/Error.hs @@ -4,14 +4,12 @@ -- | -- Module : System.IO.Error -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional -- Portability : portable -- --- $Id: Error.hs,v 1.4 2002/04/24 16:31:45 simonmar Exp $ --- -- Standard IO Errors. -- -----------------------------------------------------------------------------