Skip to content

Commit

Permalink
Update Persistent language extensions in Person table code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek committed Apr 16, 2024
1 parent 6fe17c6 commit 934297d
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 934297d

Please sign in to comment.