Skip to content
Snippets Groups Projects
Commit 7eb4928f authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

Add Read typeclass to Stage

parent 9d7a7ca6
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ instance FromJSON MiddlewareStack where
-- also listens for TLS connections and has additional middlewares that only
-- make sense on a public server.
--
data Stage = Development | Staging | Production deriving (Show, Generic)
data Stage = Development | Staging | Production deriving (Show, Generic, Read)
instance FromJSON Stage where
parseJSON = genericParseJSON defaultOptions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment