packages feed

dynamic 0.0.2 → 0.0.3

raw patch · 2 files changed

+4/−3 lines, 2 filesdep +http-conduit

Dependencies added: http-conduit

Files

README.md view
@@ -224,7 +224,7 @@ Like in JavaScript, we try to do our best to make something out of appending...  ``` haskell-> "Wat" <> 1 <> "!" <> Null :: Dynamic+> "Wat" <> 1 <> "!" <> Null "Wat1!" ``` 
dynamic.cabal view
@@ -1,5 +1,5 @@ name:                dynamic-version:             0.0.2+version:             0.0.3 synopsis:            A dynamic type for Haskell description:         Want to do dynamically typed programming in Haskell sometimes? Here you go! homepage:            https://github.com/chrisdone/dynamic#readme@@ -25,7 +25,8 @@     containers,     text,     vector,-    unordered-containers+    unordered-containers,+    http-conduit   default-language:    Haskell2010  source-repository head