From 3ed394015a697d4746e0c2f08c12c1f40ddb4411 Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 18 Oct 2015 05:00:14 +0200 Subject: [PATCH] added missing language pragma --- Migrations/0.0.4-0.0.5/Migration.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Migrations/0.0.4-0.0.5/Migration.hs b/Migrations/0.0.4-0.0.5/Migration.hs index 9f272b2..0dd5082 100755 --- a/Migrations/0.0.4-0.0.5/Migration.hs +++ b/Migrations/0.0.4-0.0.5/Migration.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE RecordWildCards #-} module Migrate2 where import Prelude