jsaddle-dom 0.9.9.0 → 0.9.9.1
raw patch · 2 files changed
+2/−2 lines, 2 filessetup-changedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Setup.hs +1/−1
- jsaddle-dom.cabal +1/−1
Setup.hs view
@@ -2,7 +2,7 @@ import Control.Concurrent (threadDelay, forkIO) import Data.Foldable (forM_) import Distribution.Simple- (simpleUserHooks, buildHook, defaultMainWithHooks)+ (simpleUserHooks, buildHook, defaultMain) import System.IO (stdout, hFlush) -- We should split JSDOM.Types into smaller packages.
jsaddle-dom.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: jsaddle-dom-version: 0.9.9.0+version: 0.9.9.1 build-type: Simple license: MIT license-file: LICENSE