Skip to content

Commit

Permalink
fix cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jan 9, 2017
1 parent 9f998ef commit ced999e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion intro.cabal
Expand Up @@ -4,7 +4,7 @@

name: intro
version: 0.1.0.0
synopsis: \"Fixed Prelude\" - Mostly total and safe, provides Text and Monad transformers
synopsis: "Fixed Prelude" - Mostly total and safe, provides Text and Monad transformers
description: Modern Prelude which provides safe alternatives for most of the partial functions. Text is preferred over String. Container types and Monad transformers are provided. Most important - this Prelude avoids fanciness. This means it just reexports from base and commonly used libraries and doesn\'t invent its own stuff. Everything is in one file.
category: Prelude
stability: experimental
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
@@ -1,6 +1,6 @@
name: intro
version: 0.1.0.0
synopsis: \"Fixed Prelude\" - Mostly total and safe, provides Text and Monad transformers
synopsis: '"Fixed Prelude" - Mostly total and safe, provides Text and Monad transformers'
description:
Modern Prelude which provides safe alternatives
for most of the partial functions. Text is preferred
Expand Down

0 comments on commit ced999e

Please sign in to comment.