added missing language pragma

This commit is contained in:
nek0 2015-10-18 05:00:14 +02:00
parent adb793d7b5
commit 3ed394015a

View file

@ -1,3 +1,4 @@
{-# LANGUAGE RecordWildCards #-}
module Migrate2 where
import Prelude