September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack new managing-migrations simple
executable manage-migrations
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, persistent
, persistent-template
, persistent-sqlite
, text
, mtl
Open src/Main.hs. We will be adding our source here.
{-# LANGUAGE EmptyDataDecls #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE ...Read now
Unlock full access