Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg authored and github-actions[bot] committed Apr 16, 2024
1 parent aeaa2b1 commit ce8f3d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/book-1.6/persistent.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ <h1>Code Generation</h1>
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE FlexibleInstances #-}

import Control.Monad.IO.Class (liftIO)
import Database.Persist
Expand Down
2 changes: 2 additions & 0 deletions public/book/persistent.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ <h1>Code Generation</h1>
{-# 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 ce8f3d0

Please sign in to comment.