drmaa 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+1/−7 lines, 1 filesdep −asyncdep −binarydep −bytestring
Dependencies removed: async, binary, bytestring
Files
- drmaa.cabal +1/−7
drmaa.cabal view
@@ -1,8 +1,5 @@--- Initial drmaa.cabal generated by cabal init. For further documentation,--- see http://haskell.org/cabal/users-guide/- name: drmaa-version: 0.1.0.0+version: 0.1.0.1 synopsis: A simple Haskell bindings to DRMAA C library. description: A simple Haskell bindings to DRMAA C library. license: BSD3@@ -24,9 +21,6 @@ -- other-extensions: build-depends: base >=4.7 && <5.0- , bytestring- , binary- , async , inline-c , text , shelly