mlabs-haskell / opc-xml-da-client

OPC XML-DA Client for Haskell
MIT License
2 stars 1 forks source link

Inline xml types, ditching the Hashable derivation #3

Closed nikita-volkov closed 3 years ago

nikita-volkov commented 3 years ago

It seems like we don't need the Hashable instances and that it was the only reason to have the wrapper types. Getting rid of them should simplify things a bit. What do you think?