diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-07-12 14:20:55 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-07-12 14:20:55 +0200 |
commit | 48847e3b6635d74646c98aadab50b8c02d530a7e (patch) | |
tree | 13385eb76ff15a264b50fa46130124db833a0a16 | |
parent | faea1f5877b2cfc41d5dcd96d7dfb11038bb30f2 (diff) | |
download | comatose-48847e3b6635d74646c98aadab50b8c02d530a7e.tar.gz comatose-48847e3b6635d74646c98aadab50b8c02d530a7e.tar.bz2 comatose-48847e3b6635d74646c98aadab50b8c02d530a7e.zip |
GHC 7.10 compatibility
-rw-r--r-- | Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -146,6 +146,7 @@ calcRank db = maybeToHtml = maybe mempty toHtml scholarSearch q = "http://scholar.google.com/scholar?q=" ++ escapeURIString isReserved q +resolveDoi :: String -> String resolveDoi q = "http://doi.org/" ++ q -- |List of protocol features |