collect some langage pragmas in dev.hs
This commit is contained in:
parent
8620e5414f
commit
782e6d3272
18
dev.hs
18
dev.hs
@ -1,8 +1,24 @@
|
|||||||
#!/usr/bin/env runghc
|
#!/usr/bin/env runghc
|
||||||
-- dev.hs, for miscellaneous profiling/benchmarking/testing.
|
-- dev.hs, for miscellaneous profiling/benchmarking/testing.
|
||||||
|
|
||||||
-- {-# LANGUAGE DeriveDataTypeable, StandaloneDeriving, DeriveGeneric #-}
|
--{-# LANGUAGE CPP #-}
|
||||||
|
--{-# LANGUAGE DataKinds #-}
|
||||||
|
--{-# LANGUAGE DeriveDataTypeable #-}
|
||||||
|
--{-# LANGUAGE DeriveGeneric #-}
|
||||||
|
--{-# LANGUAGE FlexibleContexts #-}
|
||||||
|
--{-# LANGUAGE FlexibleInstances #-}
|
||||||
|
--{-# LANGUAGE NamedFieldPuns #-}
|
||||||
--{-# LANGUAGE NoWarnUnusedImports #-}
|
--{-# LANGUAGE NoWarnUnusedImports #-}
|
||||||
|
--{-# LANGUAGE OverloadedStrings #-}
|
||||||
|
--{-# LANGUAGE OverloadedStrings #-}
|
||||||
|
--{-# LANGUAGE PolyKinds #-}
|
||||||
|
--{-# LANGUAGE QuasiQuotes #-}
|
||||||
|
--{-# LANGUAGE QuasiQuotes #-}
|
||||||
|
--{-# LANGUAGE RecordWildCards #-}
|
||||||
|
--{-# LANGUAGE ScopedTypeVariables #-}
|
||||||
|
--{-# LANGUAGE StandaloneDeriving #-}
|
||||||
|
--{-# LANGUAGE TypeFamilies #-}
|
||||||
|
--{-# LANGUAGE TypeOperators #-}
|
||||||
|
|
||||||
-- import System.Environment (getArgs)
|
-- import System.Environment (getArgs)
|
||||||
-- import Control.Monad.Except
|
-- import Control.Monad.Except
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user