packages feed

language-puppet 1.3.8 → 1.3.8.1

raw patch · 3 files changed

+8/−4 lines, 3 files

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+# v1.3.8.1 (2017/07/21)++* Fix haddocks error (#208)+ # v1.3.8 (2017/07/20)  * Add support for calling Functions in Strings (#199)
Puppet/Parser/Types.hs view
@@ -235,9 +235,9 @@     | DTEnum (NonEmpty Text)     | DTAny     | DTCollection-    -- | Tuple (NonEmpty DataType) Integer Integer-    -- | DTDefault-    -- | Struct TODO+    -- Tuple (NonEmpty DataType) Integer Integer+    -- DTDefault+    -- Struct TODO     deriving (Eq, Show)  instance IsList Expression where
language-puppet.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                language-puppet-version:             1.3.8+version:             1.3.8.1 synopsis:            Tools to parse and evaluate the Puppet DSL. description:         This is a set of tools that is supposed to fill all your Puppet needs : syntax checks, catalog compilation, PuppetDB queries, simulationg of complex interactions between nodes, Puppet master replacement, and more ! homepage:            http://lpuppet.banquise.net/