packages feed

type-fun 0.1.0 → 0.1.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

CHANGELOG.md view
@@ -4,6 +4,10 @@  # CHANGELOG +## 0.1.1+### Fixed+* Compilable with ghc-8.0.1+ ## 0.1.0 ### Added * Type family `Substract` to remove elements of one list from another
type-fun.cabal view
@@ -1,5 +1,5 @@ name:                type-fun-version:             0.1.0+version:             0.1.1 synopsis:            Collection of widely reimplemented type families license:             BSD3 license-file:        LICENSE@@ -36,7 +36,7 @@                      , TypeFun.Data.Maybe                      , TypeFun.Data.Peano -  build-depends:       base >=4.7 && <4.9+  build-depends:       base >= 4.7 && < 5  test-suite example   type:               exitcode-stdio-1.0