cocreature / lrucaching

Haskell implementation of an LRU cache
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

allow base-compat-0.12 #6

Closed juhp closed 2 years ago

juhp commented 2 years ago

See commercialhaskell/stackage#6184

I checked this builds with stack allow-newer: true using

stack --resolver nightly build base-compat-0.12.1 lrucaching
cocreature commented 2 years ago

I published a revision

juhp commented 2 years ago

Great, thanks!