hPDB-examples 0.9999 → 1.0
raw patch · 3 files changed
+4/−4 lines, 3 files
Files
- README.md +1/−1
- examples/PDB2Fasta.hs +1/−1
- hPDB-examples.cabal +2/−2
README.md view
@@ -2,6 +2,6 @@ =============== Haskell PDB file format parser - example scripts. -[](https://www.travis-ci.org/mgajda/hPDB-examples)+[](https://travis-ci.org/mgajda/hPDB-examples) Details on official releases are on [Hackage](http://hackage.haskell.org/package/hPDB-examples).
examples/PDB2Fasta.hs view
@@ -20,7 +20,7 @@ do prg <- getProgName Prelude.putStrLn $ usageInfo prg options -showVersion = Prelude.putStrLn "Version 0.1" -- TODO: extract version from CABAL declaration+showVersion = Prelude.putStrLn "Version 0.1.1" -- TODO: extract version from CABAL declaration exitAfter function exitCode _ = do function
hPDB-examples.cabal view
@@ -1,7 +1,7 @@ name: hPDB-examples-version: 0.9999+version: 1.0 synopsis: Examples for hPDB library-stability: beta+stability: stable homepage: https://github.com/mgajda/hpdb-examples package-url: http://hackage.haskell.org/package/hPDB description: Examples for handling Protein Data Bank file format.