packages feed

rivet-core 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+9/−2 lines, 2 files

Files

rivet-core.cabal view
@@ -2,7 +2,7 @@ --  see http://haskell.org/cabal/users-guide/  name:                rivet-core-version:             0.1.0.0+version:             0.1.0.1 synopsis: Core library for project management tool. -- description: homepage:            https://github.com/dbp/rivet@@ -13,7 +13,7 @@ -- copyright: category:            Web build-type:          Simple--- extra-source-files:+extra-source-files: template/migration.hs cabal-version:       >=1.10  library
+ template/migration.hs view
@@ -0,0 +1,7 @@+{-# LANGUAGE OverloadedStrings #-}+module MIGRATION_MODULE where++import           Control.Monad+import           Rivet.Migration.V0++migrate = CONTENT