packages feed

operational-alacarte 0.1 → 0.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2015, Anders Persson, Emil Axelsson, Markus Aronsson+Copyright (c) 2015, Emil Axelsson, Heinrich Apfelmus  All rights reserved. @@ -13,7 +13,7 @@       disclaimer in the documentation and/or other materials provided       with the distribution. -    * Neither the name of Anders Persson, Emil Axelsson, Markus Aronsson nor the names of other+    * Neither the name of Emil Axelsson, Heinrich Apfelmus nor the names of other       contributors may be used to endorse or promote products derived       from this software without specific prior written permission. 
operational-alacarte.cabal view
@@ -1,5 +1,5 @@ name:                operational-alacarte-version:             0.1+version:             0.1.1 synopsis:            A version of Operational suitable for extensible EDSLs description:         A version of Operational \[1\] suitable for EDSLs                      extensible via data types à la carte.@@ -12,7 +12,7 @@ license-file:        LICENSE author:              Emil Axelsson maintainer:          emax@chalmers.se-copyright:           Copyright 2015 Emil Axelsson+copyright:           Copyright 2015 Emil Axelsson, Heinrich Apfelmus homepage:            https://github.com/emilaxelsson/operational-alacarte bug-reports:         https://github.com/emilaxelsson/operational-alacarte/issues category:            Language