servant-pushbullet-client 0.0.2.0 → 0.0.3.0
raw patch · 3 files changed
+54/−1 lines, 3 files
Files
- ChangeLog.md +4/−0
- servant-pushbullet-client.cabal +1/−1
- src/Network/Pushbullet/Types.hs +49/−0
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for servant-pushbullet-client +## 0.0.3.0 -- 2017-02-10++Forgot to export all those lenses.+ ## 0.0.2.0 -- 2017-02-10 Still prerelease. This just adds a bunch of lenses using `microlens-th`.
servant-pushbullet-client.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: servant-pushbullet-client-version: 0.0.2.0+version: 0.0.3.0 synopsis: Bindings to the Pushbullet API using servant-client description: This library describes the Pushbullet API as a type, and uses servant-client
src/Network/Pushbullet/Types.hs view
@@ -51,6 +51,55 @@ -- ** Type-level stuff , EqT++ -- * Lenses+ -- ** Device+, deviceId+, deviceActive+, deviceCreated+, deviceModified+, deviceIcon+, deviceNickname+, deviceGeneratedNickname+, deviceManufacturer+, deviceModel+, deviceAppVersion+, deviceFingerprint+, deviceKeyFingerprint+ -- ** User+, userCreated+, userEmail+, userEmailNormalized+, userId+, userImageUrl+, userMaxUploadSize+, userModified+, userName+ -- ** SMS+, smsDirection+, smsTime+, smsBody+, smsId+, smsSent+, smsType+, recipientName+, recipientAddress+, recipientNumber+, threadId+, threadRecipients+, threadLatest+ -- ** Ephemerals+, ephSmsSourceUser+, ephSmsTargetDevice+, ephSmsConversation+, ephSmsMessage+ -- ** Clipboard+, ephClipBody+, ephClipSourceUser+, ephClipSourceDevice+ -- ** Pagination+, pageData+, pageCursor ) where import Network.Pushbullet.Types.Device