We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28c188 commit 7df3ffeCopy full SHA for 7df3ffe
1 file changed
tutorial/tutorial/Main.hs
@@ -25,7 +25,7 @@ import GHC.Generics (Generic)
25
import Witch (from)
26
27
-- | Data type we want to persist.
28
-data Person = Person { age :: !Int64, name :: !String, ownsDog :: !(Bool) }
+data Person = Person { age :: !Int64, name :: !String, ownsDog :: !Bool }
29
deriving (Generic, PrimaryKey "name", Show)
30
31
-- | Connection string to access our PostgreSQL DB.
0 commit comments