packages feed

madlang 2.3.1.0 → 2.3.1.1

raw patch · 2 files changed

+7/−7 lines, 2 filesdep −dhallPVP ok

version bump matches the API change (PVP)

Dependencies removed: dhall

API changes (from Hackage documentation)

Files

default.nix view
@@ -1,18 +1,18 @@ { mkDerivation, ansi-wl-pprint, base, composition, containers-, directory, file-embed, hspec, hspec-megaparsec, megaparsec+, dhall, directory, file-embed, hspec, hspec-megaparsec, megaparsec , microlens, MonadRandom, mtl, optparse-applicative, random-shuffle , stdenv, template-haskell, text }: mkDerivation {   pname = "madlang";-  version = "2.3.0.5";+  version = "2.3.1.0";   src = ./.;   isLibrary = true;   isExecutable = true;   libraryHaskellDepends = [-    ansi-wl-pprint base composition containers directory file-embed-    megaparsec microlens MonadRandom mtl optparse-applicative-    random-shuffle template-haskell text+    ansi-wl-pprint base composition containers dhall directory+    file-embed megaparsec microlens MonadRandom mtl+    optparse-applicative random-shuffle template-haskell text   ];   executableHaskellDepends = [ base ];   testHaskellDepends = [
madlang.cabal view
@@ -1,5 +1,5 @@ name:                madlang-version:             2.3.1.0+version:             2.3.1.1 synopsis:            Randomized templating language DSL description:         Please see README.md homepage:            https://github.com/vmchale/madlang#readme@@ -57,7 +57,7 @@                      , template-haskell                      , MonadRandom                      , composition-                     , dhall+                     -- , dhall                      , directory                      , file-embed                      , random-shuffle