brandonchinn178 / toml-reader

Haskell library for parsing v1.0 TOML files
https://hackage.haskell.org/package/toml-reader
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Allow time 1.12.2 #17

Closed wafuwafu13 closed 1 year ago

wafuwafu13 commented 1 year ago

Thank you for awesome modern toml tool !

$ ghc --version                       
The Glorious Glasgow Haskell Compilation System, version 9.4.2
common common-all
    build-depends:
        base ^>=4.17.0.0,
        toml-reader ==0.1.0.0, 
    ghc-options:      -Wall
    default-language: Haskell2010
$ cabal build --minimize-conflict-set
Resolving dependencies...
Error: cabal: Could not resolve dependencies:
[__0] trying: mklint-0.1.0.0 (user goal)
[__1] trying: mklint:*test
[__2] trying: hspec-2.10.6 (dependency of mklint *test)
[__3] trying: hspec-core-2.10.6 (dependency of hspec)
[__4] trying: ghc-9.4.2/installed-9.4.2 (dependency of hspec-core)
[__5] trying: unix-2.7.3/installed-2.7.3 (dependency of ghc)
[__6] trying: ghci-9.4.2/installed-9.4.2 (dependency of ghc)
[__7] next goal: toml-reader (dependency of mklint)
[__7] rejecting: toml-reader-0.1.0.0 (conflict: ghc =>
time==1.12.2/installed-1.12.2, toml-reader => time>=1.8.0.2 && <1.12)
[__7] fail (backjumping, conflict set: ghc, mklint, toml-reader)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: hspec, mklint, mklint:test, base,
hspec-core, ghc, ghci, unix, toml-reader
wafuwafu13 commented 1 year ago

Done.

brandonchinn178 commented 1 year ago

Thanks!

brandonchinn178 commented 1 year ago

Moving to https://github.com/brandonchinn178/toml-reader/pull/18

Hackage metadata has been updated to bump time bounds