anydbm 1.0.4 → 1.0.5
raw patch · 2 files changed
+5/−30 lines, 2 filesdep +containersdep ~MissingHdep ~basedep ~haskell98
Dependencies added: containers
Dependency ranges changed: MissingH, base, haskell98, mtl
Files
- anydbm.cabal +5/−5
- testsrc/runtests.hs +0/−25
anydbm.cabal view
@@ -1,8 +1,8 @@ Name: anydbm-Version: 1.0.4+Version: 1.0.5 License: GPL Maintainer: John Goerzen <jgoerzen@complete.org>-Copyright: Copyright (c) 2004-2006 John Goerzen+Copyright: Copyright (c) 2004-2008 John Goerzen license-file: COPYRIGHT extra-source-files: COPYING homepage: http://software.complete.org/anydbm@@ -24,9 +24,9 @@ Database.AnyDBM.MapDBM, Database.AnyDBM.StringDBM Extensions: ExistentialQuantification, OverlappingInstances, - UndecidableInstances, CPP+ UndecidableInstances, CPP, FlexibleInstances, TypeSynonymInstances Build-Depends: base,- haskell98, mtl, MissingH>=0.18.0+ haskell98, mtl, MissingH>=1.0.0, containers GHC-Options: -O2 Executable: runtests@@ -34,4 +34,4 @@ Main-Is: runtests.hs HS-Source-Dirs: testsrc, . Extensions: ExistentialQuantification, OverlappingInstances,- UndecidableInstances, CPP+ UndecidableInstances, CPP, FlexibleInstances
− testsrc/runtests.hs
@@ -1,25 +0,0 @@-{- arch-tag: Test runner-Copyright (C) 2004 John Goerzen <jgoerzen@complete.org>--This program is free software; you can redistribute it and/or modify-it under the terms of the GNU General Public License as published by-the Free Software Foundation; either version 2 of the License, or-(at your option) any later version.--This program is distributed in the hope that it will be useful,-but WITHOUT ANY WARRANTY; without even the implied warranty of-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the-GNU General Public License for more details.--You should have received a copy of the GNU General Public License-along with this program; if not, write to the Free Software-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA--}--module Main where --import Test.HUnit-import Tests--main = runTestTT tests-