notmuch-web 0.1.0 → 0.1.0.1
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- notmuch-web.cabal +1/−1
- src/Import.hs +4/−0
notmuch-web.cabal view
@@ -1,5 +1,5 @@ name: notmuch-web-version: 0.1.0+version: 0.1.0.1 cabal-version: >= 1.8 build-type: Simple synopsis: A web interface to the notmuch email indexer
src/Import.hs view
@@ -26,7 +26,11 @@ , module Yesod ) where +#if __GLASGOW_HASKELL__ >= 706 import Prelude hiding (writeFile, readFile, head, tail, init, last)+#else+import Prelude hiding (writeFile, readFile, head, tail, init, last, catch)+#endif import Foundation import Settings (development, production)