packages feed

df1 0.1 → 0.1.1

raw patch · 3 files changed

+9/−4 lines, 3 files

Files

CHANGELOG.md view
@@ -1,4 +1,9 @@+# Version 0.1.1++* Fixed compilation.++ # Version 0.1 -Consider this a preview release: The API is likely to stay stable, but extensive-testing, formalization and tooling is due.+* Consider this a preview release: The API is likely to stay stable, but+  extensive testing, formalization and tooling is due.
df1.cabal view
@@ -1,5 +1,5 @@ name: df1-version: 0.1+version: 0.1.1 author: Renzo Carbonara maintainer: renλren.zone copyright: Renzo Carbonara 2018
lib/Df1/Types.hs view
@@ -10,7 +10,7 @@  , Message, unMessage, message  ) where -import Data.Semigroup (Semigroup)+import Data.Semigroup (Semigroup((<>))) import Data.Sequence as Seq import qualified Data.Text as T import qualified Data.Text.Lazy as TL