Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Aug 21, 2015
1 parent 292f89e commit 3e7728d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _posts/2015-08-19-practical-haskell-json-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ Here's what `src/Main.hs` should look like when you're done. Check out the [full
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE DeriveGeneric #-}

module Main where

import Data.Monoid ((<>))
import Data.Aeson (FromJSON, ToJSON)
import GHC.Generics
Expand Down

0 comments on commit 3e7728d

Please sign in to comment.