Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Stackage Nightly #977

Merged
merged 6 commits into from
Oct 28, 2019
Merged

Support Stackage Nightly #977

merged 6 commits into from
Oct 28, 2019

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.

@@ -26,7 +27,7 @@ toEntityString = unDBName . entityDB . entityDef . Just
toEntityName :: EntityDef -> B.ByteString
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

@@ -224,7 +224,7 @@ main = do
return ()
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 :|

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.

None yet

2 participants