Skip to content

Commit

Permalink
Add more language pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Oct 15, 2023
1 parent d35261c commit d86db77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/Oracle.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE TypeFamilies, ConstraintKinds, ScopedTypeVariables #-}
{-# LANGUAGE DeriveDataTypeable, GeneralizedNewtypeDeriving #-}
{-# LANGUAGE DeriveDataTypeable, TypeOperators, GeneralizedNewtypeDeriving #-}

module Test.Oracle(main) where

Expand Down

0 comments on commit d86db77

Please sign in to comment.