name: javav version: 0.1.0 license: BSD3 license-file: etc/LICENCE author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> maintainer: Tony Morris copyright: Copyright (C) 2009-2014 Tony Morris synopsis: A utility to print the target version of Java class files. category: Development homepage: https://github.com/tonymorris/javav bug-reports: https://github.com/tonymorris/javav/issues cabal-version: >= 1.10 build-type: Custom description: Installs a javav executable to print the target version of one or more Java class files. . For example: . @ \> javav ThisClass.class ThatClass.class 1.6 (50.0 0x32) ThisClass.class 1.5 (49.0 0x31) ThatClass.class @ . Java VM Specification 4.1 The @ClassFile@ Structure . source-repository head type: git location: git@github.com:tonymorris/javav.git flag small_base description: Choose the new, split-up base package. executable javav default-language: Haskell2010 hs-source-dirs: src main-is: Main.hs build-depends: base < 5 && >= 3 ghc-options: -Wall default-extensions: NoImplicitPrelude other-modules: Language.Java.Javav test-suite doctests type: exitcode-stdio-1.0 main-is: doctests.hs default-language: Haskell2010 build-depends: base < 5 && >= 3, doctest >= 0.9.7, filepath >= 1.3, directory >= 1.1, QuickCheck >= 2.0 ghc-options: -Wall -threaded hs-source-dirs: test