packages feed

data-basic 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

data-basic.cabal view
@@ -1,5 +1,5 @@ name: data-basic-version: 0.2.0.2+version: 0.2.0.3 cabal-version: >=1.10 build-type: Simple license: MIT
src/Data/Basic/Tutorial.hs view
@@ -86,7 +86,7 @@ --      type 'TablePrimaryKey' Post = \''Just' "blog_post_pkey" --      type 'TableRequiredFields' Post = [\''Required' "id", \''Required' "name", \''Required' "author"] --      'newEntity' = 'Entity' (Post 'undefined' 'undefined')-+-- --  instance 'UniqueConstraint' "blog_post_pkey" where --      type 'UniqueTable' "blog_post_pkey" = Post --      type 'UniqueFields' "blog_post_pkey" = '["id"]