Skip to content

Commit

Permalink
Merge pull request #279 from derek-ye/master
Browse files Browse the repository at this point in the history
Update Persistent language extensions in Person table code example
  • Loading branch information
snoyberg authored Apr 16, 2024
2 parents 6fe17c6 + 934297d commit 57700a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/asciidoc/persistent.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ pass it off to other Persistent functions.
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE FlexibleInstances #-}
import Control.Monad.IO.Class (liftIO)
import Database.Persist
Expand Down

0 comments on commit 57700a3

Please sign in to comment.