packages feed

picosat 0.1.4 → 0.1.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

picosat.cabal view
@@ -1,12 +1,12 @@ name:                picosat-version:             0.1.4+version:             0.1.5 synopsis:            Bindings to the PicoSAT solver homepage:            https://github.com/sdiehl/haskell-picosat license:             MIT license-file:        LICENSE author:              Stephen Diehl maintainer:          stephen.m.diehl@gmail.com-copyright:           2014-2017 Stephen Diehl+copyright:           2014-2019 Stephen Diehl Category:            Logic build-type:          Simple cabal-version:       >=1.10@@ -42,7 +42,7 @@   build-depends:           base             >=4.6 && <5.0,     transformers     >=0.4 && <0.6,-    containers       >=0.4 && <0.6+    containers       >=0.4 && <0.7   default-language:   Haskell2010   Hs-source-dirs:     src   Include-dirs:       cbits