ble 0.3.0.0 → 0.3.1.0
raw patch · 2 files changed
+11/−11 lines, 2 files
Files
- ble.cabal +8/−8
- package.yaml +3/−3
ble.cabal view
@@ -3,12 +3,12 @@ -- see: https://github.com/sol/hpack name: ble-version: 0.3.0.0+version: 0.3.1.0 synopsis: Bluetooth Low Energy (BLE) peripherals description: This package provides a Haskell API for writing Bluetooth Low Energy peripherals. stability: alpha homepage: http://github.com/plow-technologies/ble#readme-bug-reports: https://github.com/plow-techonolgies/ble/issues+bug-reports: https://github.com/plow-techonologies/ble/issues author: Julian K. Arni maintainer: jkarni@turingjump.com copyright: 2016 Julian K. Arni@@ -25,7 +25,7 @@ source-repository head type: git- location: https://github.com/plow-techonolgies/ble+ location: https://github.com/plow-techonologies/ble flag bluez543 description: Bluez version 5.43 or greater@@ -43,7 +43,7 @@ default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators ghc-options: -Wall build-depends:- base >= 4.7 && < 4.10+ base >= 4.8 && < 4.10 , bytestring >= 0.10 && < 0.11 , text >= 1 && < 2 , d-bus >= 0.1.5 && < 0.2@@ -78,7 +78,7 @@ default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators ghc-options: -Wall build-depends:- base >= 4.7 && < 4.10+ base >= 4.8 && < 4.10 , bytestring >= 0.10 && < 0.11 , text >= 1 && < 2 , d-bus >= 0.1.5 && < 0.2@@ -107,7 +107,7 @@ default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators ghc-options: -Wall build-depends:- base >= 4.7 && < 4.10+ base >= 4.8 && < 4.10 , bytestring >= 0.10 && < 0.11 , text >= 1 && < 2 , d-bus >= 0.1.5 && < 0.2@@ -137,7 +137,7 @@ default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators ghc-options: -Wall build-depends:- base >= 4.7 && < 4.10+ base >= 4.8 && < 4.10 , bytestring >= 0.10 && < 0.11 , text >= 1 && < 2 , d-bus >= 0.1.5 && < 0.2@@ -168,7 +168,7 @@ default-extensions: AutoDeriveTypeable ConstraintKinds DataKinds DefaultSignatures DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable FlexibleContexts FlexibleInstances FunctionalDependencies GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes ScopedTypeVariables TypeFamilies TypeOperators ghc-options: -Wall build-depends:- base >= 4.7 && < 4.10+ base >= 4.8 && < 4.10 , bytestring >= 0.10 && < 0.11 , text >= 1 && < 2 , d-bus >= 0.1.5 && < 0.2
package.yaml view
@@ -1,5 +1,5 @@ name: ble-version: 0.3.0.0+version: 0.3.1.0 synopsis: Bluetooth Low Energy (BLE) peripherals description: > This package provides a Haskell API for writing Bluetooth Low Energy@@ -11,7 +11,7 @@ author: Julian K. Arni maintainer: jkarni@turingjump.com copyright: 2016 Julian K. Arni-github: plow-techonolgies/ble+github: plow-techonologies/ble stability: alpha tested-with: GHC == 7.10.3, GHC == 8.0.1 @@ -41,7 +41,7 @@ cpp-options: -DBluez dependencies:- - base >= 4.7 && < 4.10+ - base >= 4.8 && < 4.10 - bytestring >= 0.10 && < 0.11 - text >= 1 && < 2 - d-bus >= 0.1.5 && < 0.2