1
1
mirror of https://github.com/k-bx/par.git synced 2024-10-03 18:27:19 +03:00

move LANGUAGE options to default-extensions

This commit is contained in:
Vlad Ki 2019-08-23 12:24:47 +03:00
parent e4b409fdee
commit 5f6456279e
2 changed files with 2 additions and 3 deletions

View File

@ -33,3 +33,5 @@ executable par
, text
hs-source-dirs: src
default-language: Haskell2010
default-extensions: OverloadedStrings
, ScopedTypeVariables

View File

@ -1,6 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
module Main
( main
) where