Placement in module hierarchy

Hi list, I've been working on bindings for pcsclite. The library allows for communicating with smartcard readers and RFID. (My final goal is to hook it up to talk to a Mifare DESFire RFID card.) Where would you place something like this? System.Smartcard? Cheers & happy hacking Moritz Btw: If you want to have a look at what I did so far (just basic functionality), check out http://github.com/mfischer/haskell-smartcard. I'm open for comments on possible improvements.

On Sun, 23 Oct 2011 12:35:10 +0200, Moritz Fischer
Hi list,
I've been working on bindings for pcsclite. The library allows for communicating with smartcard readers and RFID. (My final goal is to hook it up to talk to a Mifare DESFire RFID card.)
Where would you place something like this?
System.Smartcard?
I would place common functionality for all types of Mifare cards in System.SmartCard or System.IO.SmartCard and DESFire specific functionality in System.SmartCard.DESFire or System.IO.SmartCard.DESFire Regards, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html --
participants (2)
-
Henk-Jan van Tuyl
-
Moritz Fischer