packages feed

vrpn 0.2.1.3 → 0.2.1.4

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

vrpn.cabal view
@@ -1,5 +1,5 @@ name:                vrpn-version:             0.2.1.3+version:             0.2.1.4 synopsis:            Bindings to VRPN. description:         See \<<https://github.com/vrpn/vrpn/wiki>\> for information on VRPN.  This has been tested using VRPN 07.30 on Linux.                      .@@ -12,15 +12,15 @@ category:            Network build-type:          Simple cabal-version:       >= 1.10-homepage:            https://bitbucket.org/bwbush/vrpn+homepage:            https://bitbucket.org/functionally/vrpn bug-reports:         https://bwbush.atlassian.net/projects/HVRPN/issues/-package-url:         https://bitbucket.org/bwbush/vrpn/vrp-0.2.1.3.tar.gz+package-url:         https://bitbucket.org/functionally/vrpn/vrp-0.2.1.4.tar.gz  extra-source-files:  ReadMe.md  source-repository head   type: git-  location: https://bwbush@bitbucket.org/bwbush/vrpn.git+  location: https://bitbucket.org/functionally/vrpn.git  flag QuatStatic   description:         Explicitly link with static library libquat.a, which is required when using this package with Template Haskell.@@ -28,7 +28,7 @@   library   exposed-modules:     Network.VRPN-  build-depends:       base >= 4.8.1 && < 5+  build-depends:       base >= 4.8 && < 5   hs-source-dirs:      src   ghc-options:         -Wall   default-language:    Haskell2010