IreneKnapp / direct-sqlite

MIT License
35 stars 54 forks source link

Use 0.11 instead of 0.11.2.0 for the text package lower bound #18

Closed nurpax closed 12 years ago

nurpax commented 12 years ago

As per this comment:

https://github.com/IreneKnapp/direct-sqlite/commit/7b4bc721b2a47ef4a30b944d9465a79651095683#commitcomment-2014302

the text package version in direct-sqlite.cabal should be lowered to text 0.11. There's probably no reason for the higher version. The higher version causes another instance of text to be installed, as many people already have text from Haskell Platform.

There's probably nothing in direct-sqlite's use of text that would require higher than 0.11.

IreneKnapp commented 12 years ago

Good, thanks. I'll change this sometime tonight and do a release with a tiny-version bump.

IreneKnapp commented 12 years ago

Done as of pull request #19.

nurpax commented 12 years ago

@IreneKnapp Thanks for merging! This still needs to be released on Hackage though.