Chratho
Chratho
Of course you're absolutely right, no one should make production config directly accessible to the codebase. I was just looking for some drastic example of what might go wrong if...
After playing around with haskellmode-vim on Windows a bit today: I made the experience that backslashes need to be escpaded. Try: ``` let g:haddock_docdir="C:\\Program Files\\Haskell Platform\\2014.2.0.0\\doc\\html" ```
The application does not use `Copy` at all. It also doens't import `Database.PostgreSQL.Simple.Internal` directly, but of course we use some of the functions reexported from this module: There are some...