chore(profiling): remove all cost centres to hopefully fix build

This commit is contained in:
Gregor Kleen 2021-02-02 18:12:01 +01:00
parent e0173908b4
commit c90dcba1a7

View File

@ -28,7 +28,6 @@ fromPersistValueJSON = \case
PersistText text -> decodeBS $ Text.encodeUtf8 text
x -> Left $ fromPersistValueErrorSql (Proxy @a) x
where decodeBS = first pack . JSON.eitherDecodeStrict'
{-# SCC fromPersistValueJSON #-}
sqlTypeJSON :: SqlType
sqlTypeJSON = SqlOther "jsonb"