diff options
Diffstat (limited to 'BackendList.hs')
-rw-r--r-- | BackendList.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackendList.hs b/BackendList.hs index 104444dc2..91a2fa7fc 100644 --- a/BackendList.hs +++ b/BackendList.hs @@ -7,7 +7,7 @@ module BackendList ( lookupBackendName ) where -import Types +import BackendTypes -- When adding a new backend, import it here and add it to the list. import qualified BackendFile |