meta: fix exe name due to bad copy paste
This commit is contained in:
parent
b97c1a0afb
commit
c57a563ea3
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ cabal-version: 1.12
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: eed4fdad9349ff4c0a5b9359f95a9d1a2781565ece0832118e944caeb29d7054
|
-- hash: 7ac33d24f9c1b722048859c29f93bcf4d4963bb94858761a3779b15500ad44fe
|
||||||
|
|
||||||
name: myriad
|
name: myriad
|
||||||
version: 0.3.0.0
|
version: 0.3.0.0
|
||||||
|
@ -64,7 +64,7 @@ library
|
||||||
, warp
|
, warp
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
executable lanx-exe
|
executable myriad-exe
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_myriad
|
Paths_myriad
|
||||||
|
|
|
@ -74,7 +74,7 @@ library:
|
||||||
- -Wall
|
- -Wall
|
||||||
|
|
||||||
executables:
|
executables:
|
||||||
lanx-exe:
|
myriad-exe:
|
||||||
main: Main.hs
|
main: Main.hs
|
||||||
source-dirs: app
|
source-dirs: app
|
||||||
ghc-options:
|
ghc-options:
|
||||||
|
|
Loading…
Reference in a new issue