-
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.
mconcat is in scope by default nowadays
- Loading branch information
Marco Zocca
committed
Oct 2, 2023
1 parent
ec9967d
commit 6bf1fc6
Showing
2 changed files
with
3 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ License: BSD3 | |
License-file: LICENSE | ||
Author: Andrew Farmer <[email protected]> | ||
Maintainer: The Scotty maintainers | ||
Copyright: (c) 2012-Present Andrew Farmer and the Scotty maintainers | ||
Copyright: (c) 2012-Present, Andrew Farmer and the Scotty contributors | ||
Category: Web | ||
Stability: experimental | ||
Build-type: Simple | ||
|
@@ -20,8 +20,6 @@ Description: | |
. | ||
import Web.Scotty | ||
. | ||
import Data.Monoid (mconcat) | ||
. | ||
main = scotty 3000 $ | ||
  get "/:word" $ do | ||
    beam <- captureParam "word" | ||
|