diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-15 22:04:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-15 22:04:50 -0400 |
commit | 4594bd51c1754bc7e1fdf03d83569aeea163e761 (patch) | |
tree | c8af87eac86a875d377dce04aa6933218ba817a1 /Backend/URL.hs | |
parent | f27df5e6584ed6a09be4a9bb1030be132c2d8051 (diff) |
rename file
Diffstat (limited to 'Backend/URL.hs')
-rw-r--r-- | Backend/URL.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/URL.hs b/Backend/URL.hs index 29dc8fefa..b40ff3959 100644 --- a/Backend/URL.hs +++ b/Backend/URL.hs @@ -11,7 +11,7 @@ import Control.Monad.State (liftIO) import Data.String.Utils import Types -import BackendTypes +import BackendClass import Utility import Messages |