mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-14 18:36:08 +00:00
Remove default flags; they break ghci
This commit is contained in:
parent
514aa55b0b
commit
deeaf00338
1
.ghci
1
.ghci
@ -1,5 +1,4 @@
|
|||||||
:set -package ghc
|
:set -package ghc
|
||||||
:set -package ghc-paths
|
:set -package ghc-paths
|
||||||
:set -i. -isrc -idist/build/autogen
|
:set -i. -isrc -idist/build/autogen
|
||||||
:set -XDoAndIfThenElse -XOverloadedStrings
|
|
||||||
:set prompt "\ESC[34mλ> \ESC[m"
|
:set prompt "\ESC[34mλ> \ESC[m"
|
||||||
|
@ -51,10 +51,6 @@ library
|
|||||||
|
|
||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
|
|
||||||
-- Language extensions.
|
|
||||||
default-extensions: DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6 && <4.10,
|
build-depends: base >=4.6 && <4.10,
|
||||||
|
@ -55,10 +55,6 @@ library
|
|||||||
|
|
||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
|
|
||||||
-- Language extensions.
|
|
||||||
default-extensions: DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6,
|
build-depends: base >=4.6,
|
||||||
|
@ -52,10 +52,6 @@ library
|
|||||||
|
|
||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
|
|
||||||
-- Language extensions.
|
|
||||||
default-extensions: DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6,
|
build-depends: base >=4.6,
|
||||||
|
@ -53,10 +53,6 @@ library
|
|||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
other-modules: IHaskell.Display.Diagrams.Animation
|
other-modules: IHaskell.Display.Diagrams.Animation
|
||||||
|
|
||||||
-- Language extensions.
|
|
||||||
default-extensions: DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6 && <4.10,
|
build-depends: base >=4.6 && <4.10,
|
||||||
text,
|
text,
|
||||||
|
@ -52,10 +52,6 @@ library
|
|||||||
|
|
||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
|
|
||||||
-- Language extensions.
|
|
||||||
default-extensions: DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6 && <4.10,
|
build-depends: base >=4.6 && <4.10,
|
||||||
|
@ -58,10 +58,6 @@ library
|
|||||||
|
|
||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
|
|
||||||
-- Language extensions.
|
|
||||||
default-extensions: DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6,
|
build-depends: base >=4.6,
|
||||||
|
@ -55,10 +55,6 @@ library
|
|||||||
|
|
||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
|
|
||||||
-- Language extensions.
|
|
||||||
default-extensions: DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6 && <4.10,
|
build-depends: base >=4.6 && <4.10,
|
||||||
|
@ -52,10 +52,6 @@ library
|
|||||||
|
|
||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
|
|
||||||
-- Language extensions.
|
|
||||||
default-extensions: DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
|
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
build-depends: base >=4.6,
|
build-depends: base >=4.6,
|
||||||
|
@ -121,12 +121,6 @@ library
|
|||||||
IHaskellPrelude
|
IHaskellPrelude
|
||||||
StringUtils
|
StringUtils
|
||||||
|
|
||||||
default-extensions:
|
|
||||||
NoImplicitPrelude
|
|
||||||
DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
ExtendedDefaultRules
|
|
||||||
|
|
||||||
executable ihaskell
|
executable ihaskell
|
||||||
-- .hs or .lhs file containing the Main module.
|
-- .hs or .lhs file containing the Main module.
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
@ -156,12 +150,6 @@ executable ihaskell
|
|||||||
if flag(binPkgDb)
|
if flag(binPkgDb)
|
||||||
build-depends: bin-package-db
|
build-depends: bin-package-db
|
||||||
|
|
||||||
default-extensions:
|
|
||||||
NoImplicitPrelude
|
|
||||||
DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
ExtendedDefaultRules
|
|
||||||
|
|
||||||
Test-Suite hspec
|
Test-Suite hspec
|
||||||
Type: exitcode-stdio-1.0
|
Type: exitcode-stdio-1.0
|
||||||
Ghc-Options: -threaded
|
Ghc-Options: -threaded
|
||||||
@ -191,11 +179,6 @@ Test-Suite hspec
|
|||||||
if flag(binPkgDb)
|
if flag(binPkgDb)
|
||||||
build-depends: bin-package-db
|
build-depends: bin-package-db
|
||||||
|
|
||||||
default-extensions:
|
|
||||||
DoAndIfThenElse
|
|
||||||
OverloadedStrings
|
|
||||||
ExtendedDefaultRules
|
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: git://github.com/gibiansky/IHaskell.git
|
location: git://github.com/gibiansky/IHaskell.git
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{-# LANGUAGE CPP #-}
|
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}{-# LANGUAGE CPP #-}
|
||||||
module IHaskellPrelude (
|
module IHaskellPrelude (
|
||||||
module IHaskellPrelude,
|
module IHaskellPrelude,
|
||||||
module X,
|
module X,
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
|
||||||
{-# LANGUAGE CPP, ScopedTypeVariables #-}
|
{-# LANGUAGE CPP, ScopedTypeVariables #-}
|
||||||
|
|
||||||
-- | Description : Argument parsing and basic messaging loop, using Haskell
|
-- | Description : Argument parsing and basic messaging loop, using Haskell
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
|
||||||
module IHaskell.Eval.Widgets (
|
module IHaskell.Eval.Widgets (
|
||||||
widgetSendOpen,
|
widgetSendOpen,
|
||||||
widgetSendView,
|
widgetSendView,
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
|
||||||
{-# LANGUAGE NoImplicitPrelude, DeriveFunctor #-}
|
{-# LANGUAGE NoImplicitPrelude, DeriveFunctor #-}
|
||||||
|
|
||||||
module IHaskell.Flags (
|
module IHaskell.Flags (
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
|
||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
|
|
||||||
-- | Description : Shell scripting wrapper using @Shelly@ for the @notebook@, and
|
-- | Description : Shell scripting wrapper using @Shelly@ for the @notebook@, and
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
|
||||||
module IHaskell.Publish (publishResult) where
|
module IHaskell.Publish (publishResult) where
|
||||||
|
|
||||||
import IHaskellPrelude
|
import IHaskellPrelude
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
|
||||||
{-# LANGUAGE DeriveDataTypeable #-}
|
{-# LANGUAGE DeriveDataTypeable #-}
|
||||||
{-# LANGUAGE DeriveGeneric #-}
|
{-# LANGUAGE DeriveGeneric #-}
|
||||||
{-# LANGUAGE ExistentialQuantification #-}
|
{-# LANGUAGE ExistentialQuantification #-}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{-# language NoImplicitPrelude, DoAndIfThenElse, OverloadedStrings, ExtendedDefaultRules #-}
|
||||||
{-# LANGUAGE CPP #-}
|
{-# LANGUAGE CPP #-}
|
||||||
module IHaskellPrelude (
|
module IHaskellPrelude (
|
||||||
module IHaskellPrelude,
|
module IHaskellPrelude,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user