env-parser 0.0.2 → 0.0.2.1
raw patch · 2 files changed
+12/−4 lines, 2 files
Files
- ChangeLog +11/−3
- env-parser.cabal +1/−1
ChangeLog view
@@ -1,11 +1,19 @@-2014-01-18 Joseph Abrahamson <me@jspha.com>+0.0.2 Joseph Abrahamson <me@jspha.com>+ * Interface: solidified the basic interface for building and executing on a+ `Parser` type.+ * Interface: introduced new convenience methods for interpreting the+ `Errors` and `Analysis` types.+ * Documentation: rewrote the README and Haddock documentation to be easier+ to understand and provide working examples. ++2014-01-18 Joseph Abrahamson <me@jspha.com> * src/System/Environment/Parser/Internal.hs: Introduced flexible environment structure designed for multiple implementations for IO and testing. * src/System/Environment/Parser/Internal.hs: Added dependency search * src/System/Environment/Parser/Internal.hs: FromEnv parsers for numbers and string types * src/System/Environment/Parser/Database.hs: Introduced DBConnection type with FromEnv instance * src/System/Environment/Parser/Internal.hs: Introduced FromEnv for Data.Time types- * src/System/Environment/Parser/Encoded.hs: Added encoded bytestring types+ * src/System/Environment/Parser/Encoded.hs: Added encoded bytestring types * src/System/Environment/Parser/Internal.hs: Introduced Aeson Value FromEnv instances- * src/System/Environment/Parser/Encoded.hs: Added To/FromJSON instances for Encoded bytestrings+ * src/System/Environment/Parser/Encoded.hs: Added To/FromJSON instances for Encoded bytestrings * src/System/Environment/Parser/Internal.hs: Added envParse
env-parser.cabal view
@@ -1,5 +1,5 @@ name: env-parser-version: 0.0.2+version: 0.0.2.1 synopsis: Pull configuration information from the ENV description: