-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove base-compat and base-compat-batteries (#320)
* remove base-compat and base-compat-batteries
- Loading branch information
Showing
12 changed files
with
8 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,29 +7,23 @@ License: BSD3 | |
License-file: LICENSE | ||
Author: Andrew Farmer <[email protected]> | ||
Maintainer: Andrew Farmer <[email protected]> | ||
Copyright: (c) 2012-Present Andrew Farmer | ||
Copyright: (c) 2012-Present, Andrew Farmer and the Scotty contributors | ||
Category: Web | ||
Stability: experimental | ||
Build-type: Simple | ||
Cabal-version: >= 1.10 | ||
Description: Example programs using @scotty@ | ||
tested-with: GHC == 7.6.3 | ||
, GHC == 7.8.4 | ||
, GHC == 7.10.3 | ||
, GHC == 8.0.2 | ||
, GHC == 8.2.2 | ||
, GHC == 8.4.4 | ||
, GHC == 8.6.5 | ||
, GHC == 8.8.4 | ||
, GHC == 8.10.4 | ||
, GHC == 9.0.1 | ||
tested-with: GHC == 8.10.7 | ||
, GHC == 9.0.2 | ||
, GHC == 9.2.8 | ||
, GHC == 9.4.6 | ||
, GHC == 9.6.2 | ||
|
||
executable scotty-basic | ||
main-is: basic.hs | ||
default-language: Haskell2010 | ||
hs-source-dirs: . | ||
build-depends: base >= 4.6 && < 5, | ||
base-compat >= 0.11 && < 0.13, | ||
http-types, | ||
mtl, | ||
random, | ||
|
@@ -68,7 +62,6 @@ executable scotty-exceptions | |
default-language: Haskell2010 | ||
hs-source-dirs: . | ||
build-depends: base >= 4.6 && < 5, | ||
base-compat >= 0.11 && < 0.13, | ||
http-types, | ||
random, | ||
scotty, | ||
|
@@ -81,7 +74,6 @@ executable scotty-globalstate | |
default-language: Haskell2010 | ||
hs-source-dirs: . | ||
build-depends: base >= 4.6 && < 5, | ||
base-compat >= 0.11 && < 0.13, | ||
mtl, | ||
scotty, | ||
stm, | ||
|
@@ -115,7 +107,6 @@ executable scotty-reader | |
default-language: Haskell2010 | ||
hs-source-dirs: . | ||
build-depends: base >= 4.6 && < 5, | ||
base-compat >= 0.11 && < 0.13, | ||
mtl, | ||
scotty, | ||
text, | ||
|
@@ -127,7 +118,6 @@ executable scotty-upload | |
default-language: Haskell2010 | ||
hs-source-dirs: . | ||
build-depends: base >= 4.6 && < 5, | ||
base-compat >= 0.11 && < 0.13, | ||
blaze-html, | ||
bytestring, | ||
filepath, | ||
|
@@ -142,7 +132,6 @@ executable scotty-urlshortener | |
default-language: Haskell2010 | ||
hs-source-dirs: . | ||
build-depends: base >= 4.6 && < 5, | ||
base-compat >= 0.11 && < 0.13, | ||
blaze-html, | ||
containers, | ||
scotty, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters