Skip to content

Support Stackage Nightly#977

Merged
parsonsmatt merged 6 commits intomasterfrom
matt/stackage-nightly
Oct 28, 2019
Merged

Support Stackage Nightly#977
parsonsmatt merged 6 commits intomasterfrom
matt/stackage-nightly

Conversation

@parsonsmatt
Copy link
Collaborator

@parsonsmatt parsonsmatt commented Oct 25, 2019

Before submitting your PR, check that you've:

After submitting your PR:

  • Update the Changelog.md file with a link to your PR
  • Check that CI passes (or if it fails, for reasons unrelated to your change, like CI timeouts)

Well, persistent-mongoDB's mongoDB dependency is causing issues, so we're not building it - otherwise it'd fail the whole build.

toEntityName = U.fromString . unpack . unDBName . entityDB

mkEntity :: (Monad m, PersistEntity val) => Key val -> [(B.ByteString, B.ByteString)] -> m (Entity val)
mkEntity :: (MonadFail m, PersistEntity val) => Key val -> [(B.ByteString, B.ByteString)] -> m (Entity val)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically a breaking change, but it's an .Internal module, so yolo

@@ -1,5 +1,5 @@
name: persistent-redis
version: 2.5.2.2
version: 2.5.2.3
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should possibly be a major bump, but only type-changing thing is in the internal module

it "issue #527" $ asIO $ runSqliteInfo (mkSqliteConnectionInfo ":memory:") $ do
runMigration migrateAll
insertMany_ $ replicate 1000 (Test $ read "2014-11-30 05:15:25.123")
insertMany_ $ replicate 1000 (Test $ read "2014-11-30 05:15:25.123Z")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the Read instance for UTCTime changed :|

@parsonsmatt parsonsmatt merged commit bb53997 into master Oct 28, 2019
@parsonsmatt parsonsmatt deleted the matt/stackage-nightly branch October 28, 2019 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants