packages feed

HaPy 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+6/−4 lines, 2 filesdep ~basedep ~template-haskelldep ~th-liftPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, template-haskell, th-lift

API changes (from Hackage documentation)

Files

HaPy.cabal view
@@ -1,5 +1,5 @@ name:                HaPy-version:             0.1.1.0+version:             0.1.1.1 synopsis:            Haskell bindings for Python description:         Call Haskell functions from Python! homepage:            https://github.com/sakana/HaPy@@ -12,10 +12,12 @@ cabal-version:       >=1.8  library-  exposed-modules:     +  exposed-modules:       Foreign.HaPy   other-modules:       Foreign.HaPy.Internal   extensions: TemplateHaskell   c-sources:           HaPy_init.c-  build-depends:       base >=4.5 && < 4.8, th-lift ==0.5.*, template-haskell >=2.7.0.0+  build-depends:       base >= 4.5 && < 4.9,+                       th-lift >= 0.5 && < 0.8,+                       template-haskell >= 2.7.0.0 && < 2.11.0.0
LICENSE view
@@ -1,4 +1,4 @@-Copyright (C) 2013 David Fisher+Copyright (C) 2014 David Fisher  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: