packages feed

darcs-fastconvert-0.1: darcs-fastconvert.cabal

-- darcs-fastconvert.cabal auto-generated by cabal init. For
-- additional options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
-- The name of the package.
Name:                darcs-fastconvert

-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version:             0.1

-- A short (one-line) description of the package.
Synopsis:            Import/export git fast-import streams to/from darcs.

Description:         The darcs-fastconvert tool allows you to both import
                     git repositories into darcs (using git fast-export)
                     and export darcs repositories into git (using git
                     fast-import). You may also achieve some success with 
                     3rd-party fast-import/fast-export tools, like
                     bzr-fastimport although this is not explicitly 
                     supported or tested. Often, converting from X to git 
                     and then to darcs works better than direct X to darcs 
                     conversion using 3rd-party tools.

-- A longer description of the package.
-- Description:         

-- The license under which the package is released.
License:             BSD3
License-file:        LICENSE

-- The package author(s).
Author:              Petr Rockai <me@mornfall.net>

-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer:          me@mornfall.net

-- A copyright notice.
-- Copyright:           

-- Stability of the pakcage (experimental, provisional, stable...)
Stability:           Experimental

Category:            Development

Build-type:          Simple

-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:  

-- Constraint on the version of Cabal needed to build this package.
Cabal-version:       >=1.6

source-repository head
  type:     darcs
  location: http://repos.mornfall.net/darcs-fastconvert

flag beta
  description: use darcs-beta instead of darcs

Executable darcs-fastconvert
  -- .hs or .lhs file containing the Main module.
  Main-is: main.hs
  ghc-options: -Wall -fno-warn-unused-do-bind

  if flag(beta)
    build-depends: darcs-beta >= 2.4.98.5 && < 2.5
  else
    build-depends: darcs >= 2.5 && < 2.6

  -- Packages needed in order to build this package.
  Build-depends: hashed-storage >= 0.5.3 && < 0.6,
                 cmdlib >= 0.2 && < 0.3,
                 base >= 4 && < 5,
                 attoparsec >= 0.8 && < 0.9,
                 datetime, old-time, filepath, bytestring, mtl,
                 directory, utf8-string

  -- Modules not exported by this package.
  Other-modules: Export Import

  -- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
  -- Build-tools: