record-preprocessor 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~conversion-textdep ~record-syntax
Dependency ranges changed: conversion-text, record-syntax
Files
record-preprocessor.cabal view
@@ -1,7 +1,7 @@ name: record-preprocessor version:- 0.1.0.1+ 0.1.0.2 synopsis: Compiler preprocessor introducing a syntactic extension for anonymous records description:@@ -10,8 +10,8 @@ the Anynonymous Records syntax. . To get a look at what syntax the preprocessor enables check out- <http://hackage.haskell.org/package/record-preprocessor-0.1.0.1/src/demo/Main.hs the demo> and- <http://hackage.haskell.org/package/record-preprocessor-0.1.0.1/src/record-preprocessor.cabal its configuration in the Cabal file>,+ <http://hackage.haskell.org/package/record-preprocessor-0.1.0.2/src/demo/Main.hs the demo> and+ <http://hackage.haskell.org/package/record-preprocessor-0.1.0.2/src/record-preprocessor.cabal its configuration in the Cabal file>, which are both bundled with this package. category: Preprocessor, Compiler, Records@@ -57,10 +57,10 @@ Haskell2010 build-depends: -- - record-syntax == 0.1.*,+ record-syntax >= 0.1.0.1 && < 0.2, -- conversion == 1.*,- conversion-text == 1.*,+ conversion-text >= 1.0.0.2 && < 2, text == 1.*, -- base-prelude == 0.1.*,