Forgot to rename a couple things
This commit is contained in:
parent
c6221adb66
commit
1813d67e10
@ -18,7 +18,7 @@ build-type: Simple
|
|||||||
extra-source-files: README.md, LICENSE
|
extra-source-files: README.md, LICENSE
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
|
||||||
executable keychain
|
executable skeleton
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
|
|
||||||
module Parser
|
module Skeleton.Parser
|
||||||
( parseKeychain
|
( parseKeychain
|
||||||
, parseKeychainList
|
, parseKeychainList
|
||||||
, runParser
|
, runParser
|
||||||
|
Loading…
Reference in New Issue
Block a user