packages feed

Cabal revisions of arion-0.1.0.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                arion-version:             0.1.0.4-synopsis:            Watcher and runner for Hspec-description:         Watcher and runner for Hspec-license:             PublicDomain-license-file:        LICENSE-author:              Karun Ramakrishnan-maintainer:          karun012@gmail.com-homepage:            http://github.com/karun012/arion-category:            Testing-build-type:          Simple-cabal-version:       >=1.10--source-repository head-  type: git-  location: https://github.com/karun012/arion---executable arion-  main-is:             Main.hs-  build-depends:       base >=4.6 && <4.7,-                       fsnotify ==0.1.0.3,-                       filemanip,-                       system-filepath,-                       containers,-                       regex-posix,-                       split,-                       text,-                       safe,-                       process >= 1.2.0.0,-                       directory,-                       transformers-  other-modules:       Arion.Runner,-                       Arion.Types,-                       Arion.EventProcessor,-                       Arion.Help,-                       Arion.Utilities-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -threaded--test-suite test-  default-language:    Haskell2010-  HS-Source-Dirs:      test, src-  build-depends:       base >=4.6 && <4.7,-                       hspec,-                       fsnotify ==0.1.0.3,-                       filemanip,-                       time,-                       system-filepath,-                       containers,-                       regex-posix,-                       split,-                       text,-                       safe,-                       process >= 1.2.0.0,-                       directory-  type:                exitcode-stdio-1.0-  ghc-options:         -threaded-  main-is:             Spec.hs+name:                arion
+version:             0.1.0.4
+x-revision: 1
+synopsis:            Watcher and runner for Hspec
+description:         Watcher and runner for Hspec
+license:             PublicDomain
+license-file:        LICENSE
+author:              Karun Ramakrishnan
+maintainer:          karun012@gmail.com
+homepage:            http://github.com/karun012/arion
+category:            Testing
+build-type:          Simple
+cabal-version:       >=1.10
+
+source-repository head
+  type: git
+  location: https://github.com/karun012/arion
+
+
+executable arion
+  main-is:             Main.hs
+  build-depends:       base >=4.6 && <5,
+                       fsnotify >=0.1.0.3,
+                       filemanip,
+                       system-filepath,
+                       containers,
+                       regex-posix,
+                       split,
+                       text,
+                       safe,
+                       process >= 1.2.0.0,
+                       directory,
+                       transformers
+  other-modules:       Arion.Runner,
+                       Arion.Types,
+                       Arion.EventProcessor,
+                       Arion.Help,
+                       Arion.Utilities
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -threaded
+
+test-suite test
+  default-language:    Haskell2010
+  HS-Source-Dirs:      test, src
+  build-depends:       base >=4.6 && <5,
+                       hspec,
+                       fsnotify >=0.1.0.3,
+                       filemanip,
+                       time,
+                       system-filepath,
+                       containers,
+                       regex-posix,
+                       split,
+                       text,
+                       safe,
+                       process >= 1.2.0.0,
+                       directory
+  type:                exitcode-stdio-1.0
+  ghc-options:         -threaded
+  main-is:             Spec.hs