name: memis version: 0.1.1 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE maintainer: Johannes Gerer homepage: http://johannesgerer.com/memis synopsis: Memis Efficient Manual Image Sorting description: Memis allows to efficiently rename and sort image files into directories, via an intelligent web-interface. . See on Github. category: Data author: Johannes Gerer extra-source-files: README.md stack.yaml executable memis main-is: Main.hs build-depends: aeson >=0.11.2.1 && <0.12, base >=4.9.0.0 && <4.10, blaze-html >=0.8.1.3 && <0.9, blaze-markup >=0.7.1.1 && <0.8, bytestring >=0.10.8.1 && <0.11, containers >=0.5.7.1 && <0.6, directory >=1.2.3.0 && <1.3, filemanip >=0.3.6.3 && <0.4, filepath >=1.4.1.0 && <1.5, http-types >=0.9.1 && <0.10, mime-types >=0.1.0.7 && <0.2, process >=1.4.2.0 && <1.5, process-extras >=0.4.1.4 && <0.5, regex-compat >=0.95.1 && <0.96, regex-pcre-builtin >=0.94.4.8.8.35 && <0.95, regex-tdfa >=1.2.2 && <1.3, safe >=0.3.10 && <0.4, simple >=0.11.1 && <0.12, split >=0.2.3.1 && <0.3, text >=1.2.2.1 && <1.3, transformers >=0.5.2.0 && <0.6, unordered-containers >=0.2.7.2 && <0.3, utf8-string >=1.0.1.1 && <1.1, wai >=3.2.1.1 && <3.3, wai-extra >=3.0.19 && <3.1, wai-middleware-static >=0.8.1 && <0.9, warp >=3.2.9 && <3.3 default-language: Haskell2010 other-extensions: FlexibleInstances ScopedTypeVariables FlexibleContexts OverloadedStrings NoMonomorphismRestriction hs-source-dirs: src