diff --git a/intro.cabal b/intro.cabal index 1ef3c18..7e120bf 100644 --- a/intro.cabal +++ b/intro.cabal @@ -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 diff --git a/package.yaml b/package.yaml index 8c9ca6c..76193f8 100644 --- a/package.yaml +++ b/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