Skip to content

Commit

Permalink
mconcat is in scope by default nowadays
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Oct 2, 2023
1 parent ec9967d commit 6bf1fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
{-# LANGUAGE OverloadedStrings #-}
import Web.Scotty

import Data.Monoid (mconcat)

main = scotty 3000 $
get "/:word" $ do
beam <- captureParam "word"
Expand Down Expand Up @@ -41,7 +39,7 @@ Feel free to ask questions or report bugs on the [Github issue tracker](https://

Github issues are now (September 2023) labeled, so newcomers to the Haskell language can start with `easy fix` ones and gradually progress to `new feature`s, `bug`s and `R&D` :)

## Package version numbers
## Package versions

Scotty adheres to the [Package Versioning Policy](https://pvp.haskell.org/).

Expand Down Expand Up @@ -71,4 +69,4 @@ Scotty adheres to the [Package Versioning Policy](https://pvp.haskell.org/).
# Copyright
(c) 2012-Present Andrew Farmer and Scotty contributors
(c) 2012-Present, Andrew Farmer and Scotty contributors
4 changes: 1 addition & 3 deletions scotty.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,8 +20,6 @@ Description:
.
import Web.Scotty
.
import Data.Monoid (mconcat)
.
main = scotty 3000 $
&#32;&#32;get &#34;/:word&#34; $ do
&#32;&#32;&#32;&#32;beam <- captureParam &#34;word&#34;
Expand Down

0 comments on commit 6bf1fc6

Please sign in to comment.