packages feed

Cabal revisions of machines-directory-0.0.0.1

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

revision 1
-name:                machines-directory-version:             0.0.0.1-synopsis:            Directory (system) utilities for the machines library-homepage:            http://github.com/aloiscochard/machines-io-license:             Apache-2.0-license-file:        LICENSE-author:              Alois Cochard-maintainer:          alois.cochard@gmail.com-category:            System-build-type:          Simple-cabal-version:       >=1.10--library-  default-language:  Haskell2010-  hs-source-dirs:    src-  ghc-options:       -fwarn-incomplete-patterns-  exposed-modules: -    System.Directory.Machine-    System.Directory.Machine.Internal-  build-depends:       -      base                >= 4.6      && < 5-    , directory           >= 1.2      && < 1.3-    , filepath            >= 1.3      && < 1.4-    , transformers        >= 0.3      && < 0.5-    , machines            >= 0.2      && < 0.3-    , machines-io         >= 0.1      && < 0.2-+name:                machines-directory
+version:             0.0.0.1
+x-revision: 1
+synopsis:            Directory (system) utilities for the machines library
+homepage:            http://github.com/aloiscochard/machines-io
+license:             Apache-2.0
+license-file:        LICENSE
+author:              Alois Cochard
+maintainer:          alois.cochard@gmail.com
+category:            System
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  default-language:  Haskell2010
+  hs-source-dirs:    src
+  ghc-options:       -fwarn-incomplete-patterns
+  exposed-modules: 
+    System.Directory.Machine
+    System.Directory.Machine.Internal
+  build-depends:       
+      base                >= 4.6      && < 5
+    , directory           >= 1.2      && < 1.3
+    , filepath            >= 1.3      && < 1.4
+    , transformers        >= 0.3      && < 0.5
+    , machines            >= 0.2.4    && < 0.3
+    , machines-io         >= 0.1      && < 0.2
+