unconstrained 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−1 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Unconstrained: instance Unconstrained.Unconstrained1 a
+ Unconstrained: instance forall k (a :: k). Unconstrained.Unconstrained1 a
Files
- unconstrained.cabal +2/−1
unconstrained.cabal view
@@ -1,5 +1,5 @@ name: unconstrained-version: 0.1.0.0+version: 0.1.0.1 synopsis: Null constraint -- description: license: BSD3@@ -14,6 +14,7 @@ library exposed-modules: Unconstrained -- other-modules: + default-extensions: PolyKinds other-extensions: FlexibleInstances build-depends: base >=4 && <5 hs-source-dirs: src