I hereby claim:
- I am mkrull on github.
- I am mkrull (https://keybase.io/mkrull) on keybase.
- I have a public key ASC_dVg_m4GUJZ3iaW6aAJTcJFg8iac2mUcnI9EullxN5Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| seta s_mixPreStep "0.05" | |
| seta s_mixahead "0.140" | |
| seta s_doppler "0" | |
| seta s_announcerVolume "1.0" | |
| seta r_windowedMode "12" | |
| seta r_vertexLight "0" | |
| seta r_teleporterFlash "1" | |
| seta r_picmip "6" | |
| seta r_lodBias "0" | |
| seta r_gl_reserved "1" |
| {-# LANGUAGE OverloadedStrings #-} | |
| module Main where | |
| import Data.Aeson | |
| import Control.Applicative | |
| import Control.Monad | |
| import Data.Monoid | |
| import qualified Data.ByteString.Lazy.Char8 as C8 | |
| import qualified Data.ByteString.Lazy as BL |
| [1 of 1] Compiling Main ( test.hs, test.o ) | |
| test.hs:17:45: | |
| No instance for (FromJSON (Map String String)) | |
| arising from a use of `parseJSON' | |
| Possible fix: | |
| add an instance declaration for (FromJSON (Map String String)) | |
| In the second argument of `(<$>)', namely `parseJSON val' | |
| In the expression: TemplateConfig <$> parseJSON val | |
| In an equation for `parseJSON': |