lio 0.9.1.0 → 0.9.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesnew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
+ LIO.DCLabel: principalName :: Principal -> S8
- LIO.DCLabel.Core: DCFormula :: !Set Clause -> Component
+ LIO.DCLabel.Core: DCFormula :: !(Set Clause) -> Component
- LIO.DCLabel.Core: unDCFormula :: Component -> !Set Clause
+ LIO.DCLabel.Core: unDCFormula :: Component -> !(Set Clause)
Files
- LIO/DCLabel.hs +1/−1
- lio.cabal +1/−1
LIO/DCLabel.hs view
@@ -16,7 +16,7 @@ module LIO.DCLabel ( -- ** Principals- Principal, principal+ Principal, principalName, principal -- ** Clauses , Clause, clause -- ** Components
lio.cabal view
@@ -1,5 +1,5 @@ Name: lio-Version: 0.9.1.0+Version: 0.9.1.1 Cabal-Version: >= 1.8 Build-type: Simple License: GPL