diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-14 03:18:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-14 03:18:11 -0400 |
commit | 6f3572e47f57bbe5cc76b58c8bcdc9c6c455dce0 (patch) | |
tree | 4f7f31a703051b9df3986e2a3e7dbfb146e2e032 /Locations.hs | |
parent | 0b55bd05de7b83a474ea58e9d45676934667f4bd (diff) |
more reorg, spiffed up state monad
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Locations.hs b/Locations.hs index 8c1915b02..7b8beb14f 100644 --- a/Locations.hs +++ b/Locations.hs @@ -11,7 +11,7 @@ module Locations ( ) where import Data.String.Utils -import AbstractTypes +import Types import qualified BackendTypes as Backend import qualified GitRepo as Git |