LeastAuthority / wormhole-client

A magic-wormhole client in Haskell
GNU General Public License v3.0
6 stars 1 forks source link

Fix version ranges for the build dependencies of the library #45

Closed vu3rdd closed 6 years ago

vu3rdd commented 6 years ago

It is a good idea to specify the exact range of our build dependencies and maintain the upper bounds. I found this reddit discussion pretty informative. Another option would be to use cabal freeze and check-in the resultant cabal.config file.


This change is Reviewable