haskoin / haskoin-store

Haskoin Store is a blockchain storage service with a RESTful API
27 stars 14 forks source link

haskoin-store-data-1.1.0 fails with scotty-0.20 #31

Closed juhp closed 1 year ago

juhp commented 1 year ago

For Stackage Nightly:

       /var/stackage/work/unpack-dir/unpacked/haskoin-store-data-1.1.0-8d60d3679c810d84fd0b60ff15b5dc038b0e2c449d8f915533d695f24eadd3e3/src/Haskoin/Store/Data.hs:186:41: error:
           Module ‘Web.Scotty.Trans’ does not export ‘ScottyError(..)’
           |
       186 | import Web.Scotty.Trans (Parsable (..), ScottyError (..))
           |                                         ^^^^^^^^^^^^^^^^
jprupp commented 1 year ago

Issue fixed in latest release: https://github.com/haskoin/haskoin-store/tree/v1.2.0