rightfold / purescript-postgresql-client

https://pursuit.purescript.org/packages/purescript-postgresql-client
BSD 3-Clause "New" or "Revised" License
35 stars 20 forks source link

feat: update to purs 0.14 #56

Closed srghma closed 3 years ago

srghma commented 3 years ago
sd 'Data.Generic.Rep.Show' 'Data.Show.Generic' $(fd --no-ignore --hidden --type f .purs .)
sd 'Data.Generic.Rep.Eq' 'Data.Eq.Generic' $(fd --no-ignore --hidden --type f .purs .)
sd 'Data.Generic.Rep.Ord' 'Data.Ord.Generic' $(fd --no-ignore --hidden --type f .purs .)
sd 'Data.Argonaut.Decode.Generic.Rep' 'Data.Argonaut.Decode.Generic' $(fd --no-ignore --hidden --type f .purs .)
sd 'Data.Argonaut.Encode.Generic.Rep' 'Data.Argonaut.Encode.Generic' $(fd --no-ignore --hidden --type f .purs .)
sd 'Data.Char.Unicode' 'Data.String.Unicode' $(fd --no-ignore --hidden --type f .purs .)
sd 'Data.Bifunctor.Wrap' 'Data.Functor.Wrap' $(fd --no-ignore --hidden --type f .purs .)
sd '\# Type' 'Row Type' $(fd --no-ignore --hidden --type f .purs .)
sd 'RowList\) ' 'RowList Type) ' $(fd --no-ignore --hidden --type f .purs .)
sd 'RowList ->' 'RowList Type ->' $(fd --no-ignore --hidden --type f .purs .)
sd ', kind ([A-Z])' ', $1' $(fd --no-ignore --hidden --type f .purs .)
sd '\( kind ([A-Z])' '( $1' $(fd --no-ignore --hidden --type f .purs .)
sd -s 'import Global.Unsafe (unsafeEncodeURI)' 'import JSURI (encodeURI)' $(fd --no-ignore --hidden --type f .purs .)
sd -s 'import Global.Unsafe (unsafeEncodeURIComponent, unsafeDecodeURIComponent)' 'import JSURI (encodeURIComponent, decodeURIComponent)' $(fd --no-ignore --hidden --type f .purs .)
lechner commented 3 years ago

Hi,

I too would like to see those changes applied, and perhaps even uploaded to Pursuit. The module is currently incompatible with Purescript's standard Prelude.

Thanks for this great module!

Kind regards Felix Lechner

paluh commented 3 years ago

@srghma Thanks a lot for providing this update. I'm really sorry but I've somehow missed the notification :-( If this is ready to merge I think I'm going to test it today and publish. I have two questions:

Thanks for your interest @lechner!

JordanMartinez commented 3 years ago

See #57 which uses updated dependencies (pending PR merges and new releases)